Response codes¶
Response Code
|
Meaning
|
---|---|
200 OK
|
API request valid and response provided. Note that
errors in GraphQL queries are returned with a 200 code
but containing an
error field in the GraphQL JSON response. |
400 Bad Request
|
An invalid request was received by the API.
Content is a JSON object containing a
message name. |
404 Not Found
|
Invalid URL prefix or endpoint.
Content is a JSON object containing a
message name. |