cURL
curl --request GET \ --url https://api.notifique.dev/v1/sms/inbound/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "workspaceId": "<string>", "provider": "<string>", "externalMoId": "<string>", "from": "<string>", "body": "<string>", "refer": "<string>", "receivedAt": "2023-11-07T05:31:56Z", "relatedSmsLogId": "<string>", "relatedSmsLog": { "id": "<string>", "to": "<string>", "message": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z" } } }
Retorna um MO do workspace, com opcional relatedSmsLog quando o recebido está vinculado a um envio. Escopo: sms:read.
relatedSmsLog
API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx
Authorization: Bearer sk_live_xxxxx
ID (cuid) do MO retornado em GET /v1/sms/inbound.
Detalhe do MO.
true
Detalhe de um MO; inclui relatedSmsLog quando houver vínculo com um envio.
Show child attributes
Was this page helpful?