Send SMS
With dimater’s API you can send SMS text messages worldwide. To send your first test message, execute the code described in the code box on the right.
Receiving Delivery Notifications
The dimater API will return an HTTP status and a reason code each time a request is made to it.
Status Codes
The dimater API will return an HTTP status and a reason code each time a request is made to it. See the list of possible status codes below:
HTTP Status Codes | Description |
200 | Information about sent message |
202 | Accepted. Indicates that this messages will not be processed immediately, but in the future, e.g. because sendDateTime was set with a future date. |
400 | Invalid request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | General error |
Receiving Delivery Notifications
The dimater Send SMS API will provide callbacks about the Delivery state of submitted messages. In case you provided an optional callbackUrl with your request, you will receive an HTTP REST call with the delivery state of the message.