Konnect API Errors
Base Errors
The following errors may be returned by any Konnect API. They are primarily related to authentication and request validation and should be handled consistently in your application
Code | Information |
---|---|
Unauthenticated |
Description: You must be authenticated to perform this action. Resolution: Send a valid Bearer access token in your request Learn more about Authentication » |
Unauthorized |
Description: You do not have permission to perform this action. Resolution: Speak to your organization administrator to be granted the required permissions |
Not Found |
Description: The resource requested does not exist, or it is not owned by the organization that the authenticated user belongs to Resolution: Check the resource ID provided and try again |
Bad Request |
Description: Your request was understood, but can't be processed due to invalid data in the payload Resolution: See the `invalid_parameters` section of the response for more detailed information |
Conflict |
Description: The requested action is valid but can't be executed due to the current state on the server Resolution: N/A |
Too Many Requests |
Description: Too many requests have been sent in a given amount of time. Resolution: A Retry-After header might be included to this response indicating how long to wait before making a new request. |