SmsEndpoint

The following resources are applicable:

/sms/send

Mount Point: /rest/sms/send

POST

Sends a sms to a list of recipients.

Error Codes

2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
105The given device id is invalid
113For this operation the user must have a msisdn associated
200One or more recipients are not in the correct format or are containing invalid msisdns (i.e: 436761234567)
202The credit is not enough to send the message to all recipients
203You only are allowed to send a sms to 50 Recipients per request
600The api key is invalid

Request Body

element: smsSendRequest
media types: */*
application/xml
application/json

(no documentation provided)

Response Body

element: smsSendResponse
media types: */*
application/xml
application/json

(no documentation provided)

/sms/sponsored/send

Mount Point: /rest/sms/sponsored/send

POST

Sends a sponsored sms to a recipient.

Error Codes

1Method is not allowed by this API Key
2A required parameter was not given
97The access to the api was denied
98You made too much requests in a short time
99The service is currently not available
100The auth token is invalid
113For this operation the user must have a msisdn associated
200One or more recipients are not in the correct format or are containing invalid msisdns (i.e: 436761234567)
204The recipient already received a sponsored sms from this user
600The api key is invalid

Request Body

element: smsSendSponsoredRequest
media types: */*
application/xml
application/json

(no documentation provided)

Response Body

element: smsSendSponsoredResponse
media types: */*
application/xml
application/json

(no documentation provided)