Authentication
Instructions on how to Authenticate API Requests
Last updated
Instructions on how to Authenticate API Requests
Last updated
The Amala API uses API keys to authenticate requests. You can view and manage your keys on the Amala Dashboard.
Your API key essentially gives you programmatic access to a lot of the features offered by Amala.cloud. Most of these features come at a premium and each request will incur a charge. Therefore, it is of utmost importance that you do not share your API key on publicly accessible platforms like GitHub or in client-side applications. If however you feel your API key has been compromised, you can rotate it by visiting the API section on your dashboard.
Each request must be signed by a valid API key. The API key will be passed as a header parameter with key x-api-key
appended to the API endpoint.
All API requests must be made over . Calls made over plain HTTP will fail. API requests without authentication will also fail.