bird sms tfn verifications list
Usage
Esempio di codice
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
Esempio di codice
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 |
Risorse correlate
Prosegui con la documentazione, le guide e gli esempi per questo argomento. Le risorse sono in inglese.
Guarda la guidaSending your first SMSComprendi il concettoWhat does SMS mean?Esplora la funzionalitàSMSSegui il percorso di apprendimentoBuild your first integration
Prova l'esercitazione e ottieni un brief di implementazione