Description of response statuses
Message | Status | HTTP status code | Description |
---|---|---|---|
OK | success | 200 | Request successfully completed |
WRONG_PARAMETERS | error | 400 | Some of request parameters are invalid |
API_KEY_WRONG | error | 401 | Invalid API key |
API_KEY_ACCESS_DENIED | error | 401 | This API key does not have access to the product |
API_KEY_EXPIRED | error | 401 | This API key has expired |
API_KEY_LIMIT_REACHED | error | 401 | This API key has exceeded the limit for the number of requests |
API_KEY_RATE_LIMIT | error | 401 | This API key has exceeded the allowed request frequency limit |
UNEXPECTED_ERROR | error | 500 | Unexpected error |