HTTP status codes
Here's a list of the status codes used in Pipedrive:
Status Code | Name | Description |
---|---|---|
| OK | Request fulfilled |
| Created | New resource created |
| Bad Request | Request not understood |
| Unauthorized | Invalid API token |
| Payment Required | Company account is not open (possible reason: trial expired, payment details not entered) |
| Forbidden | Request not allowed. |
| Not Found | Resource unavailable |
| Method not allowed | Incorrect request method |
| Gone | Old resource permanently unavailable |
| Unsupported Media Type | Feature is not enabled |
| Unprocessable Entity | Webhooks limit reached |
| Too Many Requests | Rate limit has been exceeded |
| Internal Server Error | Generic server error |
| Not Implemented | Non-existent functionality |
| Service Unavailable | Scheduled maintenance |
Updated 11 months ago