## Verify **post** `/api/v2/contacts/verify` Send a verification message to a contact ### Body Parameters - `number: string` Phone number to verify ### Returns - `status: optional string` ### Example ```http curl https://api.sendblue.co/api/v2/contacts/verify \ -H 'Content-Type: application/json' \ -H "sb-api-key-id: $SENDBLUE_API_API_KEY" \ -H "sb-api-secret-key: $SENDBLUE_API_API_SECRET" \ -d '{ "number": "number" }' ```