Authentification par API KEY
The REST API uses an authentication mechanism based on an API key.
Each request must include a valid key in the HTTP header:
X-API-KEY: your_api_key
If the key is valid and authorized, the request is processed.
Otherwise, access is denied (401) or restricted depending on the cause (invalid key, expired key, unauthorized IP, quota exceeded, etc.).