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 License Key and Secret Key in the headers of the request. The server expects two headers relating to authentication:
Authorization: This is your Authorization KeyLoop-Secret-Key: This is your API Secret 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 Authorization Key and API Secret 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