{
"type": "sms.received",
"timestamp": "2025-09-03T00:00:00Z",
"data": {
"id": "0140a8c6-3815-45b7-9e60-8e137cad845c",
"phoneAccountId": "0140a8c6-3815-45b7-9e60-8e137cad845c",
"virtualPhoneAccountId": "0140a8c6-3815-45b7-9e60-8e137cad845c",
"receivedAt": "2025-09-03T00:00:00Z",
"originPhoneNumber": "23456",
"destinationPhoneNumber": "+5511987654321",
"message": "Seu codigo de verificação e 123456",
"detections": {}
}
}Webhooks
SMS recebido
Evento emitido quando um SMS é recebido pelo número virtual
WEBHOOK
sms.received
{
"type": "sms.received",
"timestamp": "2025-09-03T00:00:00Z",
"data": {
"id": "0140a8c6-3815-45b7-9e60-8e137cad845c",
"phoneAccountId": "0140a8c6-3815-45b7-9e60-8e137cad845c",
"virtualPhoneAccountId": "0140a8c6-3815-45b7-9e60-8e137cad845c",
"receivedAt": "2025-09-03T00:00:00Z",
"originPhoneNumber": "23456",
"destinationPhoneNumber": "+5511987654321",
"message": "Seu codigo de verificação e 123456",
"detections": {}
}
}Para utilizar nossas APIs e Webhooks de linhas virtuais, é necessário aderir ao nosso manual de branding
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json