Authentication
Authenticate your API calls by including your access token in the Authorization header of every request you make. You can retrieve your access token under the settings tab on the dashboard.
Last updated
Was this helpful?
Authenticate your API calls by including your access token in the Authorization header of every request you make. You can retrieve your access token under the settings tab on the dashboard.
Last updated
Was this helpful?
Authorization headers should be in the following format: Authorization: Bearer SECRET_KEY
Any requests made without authentication will fail with the status code 401: Unauthorized
. Also, all Live API requests must be made over HTTPS.
Access keys on the API do not expire, unless you generate a new key. You can create a new key under the settings tab on the .
Test Endpoint: https://sandbox.terminal.africa/v1
Live Endpoint: https://api.terminal.africa/v1