Skip to content
Go To Dashboard

Send verification code

POST /v1/services/verify/send

Requires Bearer token authentication.

{
"phoneNumber": "+15551234567"
}
Terminal window
curl -X POST "https://api.sapiom.ai/v1/services/verify/send" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"phoneNumber": "+15551234567"
}'
{
"success": true,
"data": null,
"transaction": null
}
StatusCodeDescription
400-Invalid phone number or agent parameters
401-Unauthorized - API key required
404-Agent not found

See API Introduction for error handling details.