CIMA360 Messaging API
  1. Sms
CIMA360 Messaging API
  • Raíz
    • OTT
      • Send OTT
    • Sms
      • SendSms
        POST
    • Voice
      • /deliver
    • Email
      • Register an email delivery request
  • Schemas
    • Schemas
      • MessageChannel
      • VoiceApiRequest
      • ApiSmsRequest
      • OTTMessagePayload
      • OTTMessageRequest
    • Raíz
      • EmailRecipient
      • EmailRequest
      • EmailResponse
      • EmailResult
  1. Sms

SendSms

POST
/sms/v1/deliver
Sends an SMS to the specified number

Request

Authorization
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
Body Params application/json

Examples

Responses

🟢200Correcto
application/json
Body

🟢202Aceptado
🟠400Solicitud incorrecta
🟠401No autenticado
🟠403Permiso insuficiente
🔴500Error interno del servidor
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://api.cima360.com/sms/v1/deliver' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "recipient": "+573001234567",
    "messageBody": "Hello John, your access code is 4572."
}'
Response Response Example
200 - Éxito
{
    "smsId": "73dde2b5eedf50405f499e6c3",
    "status": "Queued",
    "scheduledFor": "2025-07-10T08:00:00Z"
}
Modified at 2025-09-25 21:39:15
Previous
Send OTT
Next
Voice
Built with