Response Codes
This is a list of the HTTP status codes the Carbonlink API may return in the response of a request:
Status Code
Error
Description
200
OK
Your request executed successfully.
400
Bad Request
Your request parameters were formatted incorrectly.
401
Unauthorized
Your request did not include an API key.
403
Forbidden
Your request included an API key, but the operation you attempted was not allowed.
404
Not Found
Your request tried to find a resource that does not exist.
429
Too Many Requests
You have performed too many requests recently.
5xx
Internal Server Error
Something went wrong on our end. Please try again at a later time.
Last updated