Skip to content
Last updated

To use the Message Status API, authenticate with:

  • API KEY by entering the credentials provided by the Namirial support.

Ensure you include the following headers in your request:

X-Api-Key: YOUR_API_KEY (replace YOUR_API_KEY with your actual API key)

Example:

curl -X GET https://sms-apistatus.test.namirialtsp.com/api/messagestatus/YOUR_MESSAGE_ID \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY" 

Troubleshooting Authentication Issues

Common authentication errors and solutions:

HTTP StatusErrorSolution
401Invalid API keyVerify that you are using the correct API key for the target environment
401Expired API keyContact Namirial support to renew your API key
403ForbiddenYour API key does not have permission to access this resource

For the full list of the environments, see API References.

How to get API Credentials

Submit a request through the Namirial support portal.