Skip to main content
POST
/
api
/
sms-programs
Create a new SMS program
curl --request POST \
  --url http://localhost:3000/api/sms-programs \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "senderId": "<string>",
  "resolvedSenderId": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "senderId": "GoMobile",
    "country": "MA"
  }
}

Body

application/json

The body is of type object.

Response

senderId
string
required

Sender ID UUID

resolvedSenderId
object
required