bird verify verifications check
Usage
Exemple de code
bird verify verifications check <code> [flags]Description
Check a passcode a recipient submitted for their verification
Identify the verification by the same recipient it was started for (--phone-number
and/or --email); no verification id is needed. A wrong, expired, or used code
is reported in the result with "success": false and a "reason" — it is not an error.
Build the request from the <code> argument and flags, a JSON VerificationCheckRequest body via
--body-file ("-" reads stdin), or both — an inline value overrides the matching
body field. Run --example to print a ready-to-edit body, or --dry-run to print
the resolved request without sending it.
Procedure
Step 2 of 3 of "Verify a recipient with a one-time passcode". Previous: bird verify verifications create. Next: bird verify verifications next-channel.
Examples
Exemple de code
# print the body shape (no credentials needed)
bird verify verifications check --example
# the body it prints:Exemple de code
{
"code": "123456",
"to": {
"phone_number": "+15551234567"
}
}Exemple de code
# check a code sent over SMS
bird verify verifications check 123456 --phone-number +15551234567Options
Recipient
| Name | Description |
|---|---|
| Recipient email address the verification was started for | |
| --phone-number | Recipient phone number (E.164) the verification was started for |
Request
| Name | Description |
|---|---|
| --body-file | Read the JSON request body from this file; "-" reads stdin |
| --example | Print a complete example request body, then exit |
| --dry-run | Print the resolved request without sending it, then exit |
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
Options
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird verify verifications create | Start a verification and send a one-time passcode to a recipient |
| bird verify verifications next-channel | Send a fresh passcode on the next channel, for a recipient who never received it |
Ressources associées
Poursuivez avec la documentation, les guides et les exemples sur ce sujet. Les ressources sont en anglais.
Regarder le guideVerify phone numbers at signupComprendre le conceptWhat does OTP mean? One-time passwords explainedExplorer la fonctionnalitéCustomer verificationSuivre le parcours d'apprentissageBuild your first integration
Essayez la pratique et obtenez un guide d'implémentation