Status codes
The Bluecore API uses standard HTTP status codes.
2XX
codes indicate a success, 4XX
codes indicate a failure with the request, and 5XX
indicate a Bluecore server error.
The following table contains the HTTP status codes used across the Bluecore API.
HTTP | Message | Description | Next steps |
---|---|---|---|
| OK | The request was successful. | No further action is required. |
| Unauthorized | The API key is invalid. | Check that your API key is correct. |
| Not found | The requested resource was not found. | Check that the data in your query parameters or path parameters is correct. |
| Requested media type is not supported | The | Check that the |
| Conflict | This request conflicts with a previously sent request's unique id. | Check that you are sending a unique path parameter |
| Required parameter missing | A required parameter is missing in the request. | Check that the request includes all required parameters. |
| Too many requests | You have exceeded the rate limit. | The Bluecore API returns rate limit information in every response header. See Rate limiting for more information on how to keep track of your quotas. |
| Internal error | Something went wrong on Bluecore's side. | A If you continue receiving this error, send a message to [email protected] to create a support ticket and include the |
Updated 6 months ago