Referencia
SMS
Envío de mensajes de texto.
POST
/api/v2/smsAuthorization
ApiKeyAuth X-API-Key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v2/sms" \ -H "Content-Type: application/json" \ -d '{ "message": "", "customerId": "string" }'{ "responseId": "ed662de2-39c1-4e7d-a6bf-6980511adfaf", "createdAt": "2019-08-24T14:15:22Z", "code": 0, "data": { "id": "string" }}