API Keys
API keys are unique credentials that allow your applications to interact with our services securely. You can generate multiple keys for different environments or use cases, add a description to identify them easily, and set expiration dates for better control.
note
-
Your secret key is shown only once. Make sure to store it securely.
-
To use the API, you need to include x-api-secret-key and x-api-access-key in the request headers.
- On the "API Keys" page, click "Add New" button. After filling in the description and expiration time information on the page that opens, click the create "API Key" button.
note
- Access & Secret Key
To authenticate your API requests, use the access (x-api-access-key) and secret (x-api-secret-key) keys provided below. These keys must be included in the request headers of your API calls. Keep your secret key private.