This page provides an overview of the API keys available for our service. API keys are used to authenticate requests to our API endpoints and provide access to various functionalities.
Types of API Keys
- Read-only keys: These keys allow you to retrieve data from our system.
- Write keys: These keys allow you to create, update, and delete resources in our system.
Usage
To use our API, you need to obtain an API key from your account dashboard. Once you have the key, you can include it in the Authorization
header of your API requests.
Example Request
GET /en/api/users HTTP/1.1
Host: api.example.com
Authorization: Bearer <your_api_key>
Security
We recommend that you keep your API keys secret and do not share them with unauthorized parties. If you suspect that your API key has been compromised, please regenerate it immediately.
Related Resources
For more information on our API, please visit our API Documentation.
[
API Key Security