bird sms tfn verifications list
Usage
Exemple de code
bird sms tfn verifications list [flags]Description
Lists the toll-free verifications this workspace holds, newest first. Filter by status to separate the drafts still being filled in from the ones a carrier is holding.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Exemple de code
bird sms tfn verifications list
bird sms tfn verifications list | jq -r '.data[].id'
bird sms tfn verifications list --limit 50 --starting-after <cursor>Options
Pagination
| Name | Description |
|---|---|
| --ending-before | Cursor from the prev_cursor or refresh_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev_cursor returns the preceding page. refresh_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since. |
| --limit <n> | Maximum number of items to return per page. |
| --order | Sort direction. Defaults to desc, which sorts from newest to oldest or largest to smallest, depending on the selected sort field. Possible values: asc, desc. |
| --sort | Field to sort by. Possible values: created_at. |
| --starting-after | Cursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order. |
Filters
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
| --sender-id | Return only the verifications for one sender, using the sender ID as returned by the SMS sender list. This finds a sender's verification while it is still a draft, before you submit it. |
| --status | Filter by verification lifecycle state. Possible values: draft, submitted, under_review, info_requested, approved, rejected. |
Related
| Name | Description |
|---|---|
| bird sms tfn verifications cancel | Cancel a toll-free verification |
| bird sms tfn verifications create | Create a toll-free verification |
| bird sms tfn verifications get | Get a toll-free verification |
| bird sms tfn verifications requirements | Get what a toll-free verification needs |
| bird sms tfn verifications update | Update a toll-free verification |
Ressources associées
Poursuivez avec la documentation, les guides et les exemples sur ce sujet. Les ressources sont en anglais.
Regarder le guideSending your first SMSComprendre le conceptWhat does SMS mean?Explorer la fonctionnalitéSMSSuivre le parcours d'apprentissageBuild your first integration
Essayez la pratique et obtenez un guide d'implémentation