Credentials
In order to use the API you will need to use the credentials which you can find in your account dashboard.
Using Credentials
With each request to the API, make sure to include the API Key in the headers of your requests. The server expects one header relating to authentication:
Authorization
: This is your Authorization Key
Not need to pass Bearer
or Basic
with the API Key.
Best Practices
It is generally best practice not to expose your API keys by using them from the frontend, and we highly recommend keeping your API Key in a safe place without any access for common users.
Supported protocols and ports
We only support HTTPS requests to our API with minimum TLS v.1.2
.
SMPP
protocol or HTTP
requests without SSL are NOT supported.
Supported ports for HTTPS requests:
443
2053
2083
2087
2096
8443
Requests to any other ports or with TLS v.1.1
and less will return an error.
Last updated