Skip to content
Go To Dashboard

Send verification code

POST /v1/services/verify/send

No authentication required.

{
"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"
{
"success": true,
"data": null,
"transaction": null
}
StatusCodeDescription
400-Invalid phone number or agent parameters
401-Unauthorized - API key required
404-Agent not found

See Error Codes for full reference.