Response Codes & Descriptions

HTTP Status Code

CodeMessageDescription
200OKRequest processed as expected
400INVALID_REQUESTRequest is not well formed, violates schema or incorrect fields.
401NOT_AUTHORIZEDThe API key doesn't match the signature or doesn't have the permissions to perform the request.
403FORBIDDENThe API key's permissions doesn't match the needed permission to complete the request
404NOT_FOUNDThe requested resource or endpoint doesn't exist
429RATE_LIMIT_REACHEDToo many requests. Blocked due to rate limiting
502Bad Gateway
503Service temporarily unavailable