Connect & Get help from fellow developers on our Discord community.
Ask the Community
Error handling for App Accessibility API
Understand error responses and status codes returned by the App Accessibility REST API.
The App Accessibility REST API uses standard HTTP status codes to indicate the success or failure of your requests. Error responses include a status code and a message describing the problem.
Common error codes
Status code | Meaning | Description |
---|---|---|
400 | Bad Request | The request was invalid or missing parameters. |
401 | Unauthorized | Authentication failed or was not provided. |
403 | Forbidden | You do not have permission to access this data. |
404 | Not Found | The requested resource does not exist. |
429 | Too Many Requests | Rate limit exceeded. |
500 | Internal Server Error | An error occurred on the server. |
Example error response
{
"success": false,
"error": {
"code": 401,
"message": "Unauthorized: Invalid or missing authentication."
}
}
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!