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 CodesDescription
200Information about sent message
202Accepted. Indicates that this messages will not be processed immediately, but in the future, e.g. because sendDateTime was set with a future date.
400Invalid request
401Unauthorized
403Forbidden
404Not Found
500General 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.