An overview of the Apten API, including the base URL, authentication, and response codes.
x-api-key
header:
Code | Description |
---|---|
200 | Successful Request |
400 | Bad Request - check that input parameters are correctly formatted. |
403 | Forbidden - the supplied API key is missing or invalid. |
404 | Not Found - the requested resource does not exist. |
429 | Too Many Requests - you have exceeded a quota or the rate limit. |
500 | Server Error - this indicates an error within Apten servers. |