SmsEndpoint
The following resources are applicable:
/sms/send
Mount Point: /rest/sms/send
POST
Sends a sms to a list of recipients.
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 105 | The given device id is invalid |
| 113 | For this operation the user must have a msisdn associated |
| 200 | One or more recipients are not in the correct format or are containing invalid msisdns (i.e: 436761234567) |
| 202 | The credit is not enough to send the message to all recipients |
| 203 | You only are allowed to send a sms to 50 Recipients per request |
| 600 | The 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
| 1 | Method is not allowed by this API Key |
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 113 | For this operation the user must have a msisdn associated |
| 200 | One or more recipients are not in the correct format or are containing invalid msisdns (i.e: 436761234567) |
| 204 | The recipient already received a sponsored sms from this user |
| 600 | The 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)