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 ParametersExpand Collapse
number: string

Phone number to verify

ReturnsExpand Collapse
status: optional string
Verify a contact
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"
        }'
{
  "status": "OK"
}
Returns Examples
{
  "status": "OK"
}