Code | Title | Common reason | Common resolution |
---|---|---|---|
400 | Bad Request | The request could not be understood or was missing required parameters. | Check if your request follows API documentation |
401 | Unauthorized | Authentication failed or user does not have permissions for the desired action. | Check if API key is valid or resource belongs to the right team. |
403 | Forbidden | Authentication succeeded but authenticated user does not have access to the resource. | Check if API key has required permissions or resource belongs to the right team. |
404 | Not Found | The requested resource could not be found. | Check if the requested resource ID is correct. |
429 | Rate limit exceeded | You are hitting the rate limit | Pace your requests. Our current limit is 60 requests per minute. |
500 | Internal Server Error | An error occurred on the server. | There is unexpected error on server side. Contact our support for this. |
503 | Service Unavailable | The service is not available. | Our server might be overloaded or unavailble. Contact our support for this. |