improved
4xx Error Codes
almost 3 years ago by Andriy Mysyk
Refined 4xx class of HTTP response codes.
- When you make an API call with malformed or missing auth, you will receive an HTTP 401 error.
- When you make an API call to an endpoint to which you don't have access to, you will receive an HTTP 403 error and a response body containing an error message informing you that you don't have access.
- Note: if you're trying to access a Platform API endpoint that you don't have access to, the body will say: "Platform API is not provisioned for this tenant. To provision, please contact your Aurora Account Executive or Customer Success Manager."
- When you make an API call to an endpoint that doesn't exist, you will receive an HTTP 405 error.