Skip to content
  • Auto
  • Light
  • Dark
Get Started

Verify

Verify a contact
post/api/v2/contacts/verify

Send a verification message to a contact

Body Parameters
numberstring

Phone number to verify

Returns
statusstring
optional
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"
        }'
200 Example
{
  "status": "OK"
}