OmaxTelecom SMS API
OmaxTelecom SMS API
OmaxTelecom SMS API helps you manage contacts, send SMS messages, and integrate SMS capabilities into your applications.
The API uses HTTP verbs and a RESTful endpoint structure with an access key that is used as the API Authorization. Request and response payloads are formatted as JSON using UTF-8 encoding and URL encoded values.
AUTHENTICATION:
All API requests require an api_token parameter in the request body. The API token can be obtained from the
Developers section in OmaxTelecom Console.
HEADERS:
Accept: application/json(Required)Content-Type: application/json(Required)