OAuth status codes
Learn about the Marketplace Status Codes for both OAuth and API request to indicate the success or failure of your requests.
OAuth
https://oauth.pipedrive.com
Status Code | URL | Message | Description |
---|---|---|---|
| /oauth/token | Example response: {
} | |
| /oauth/token | Missing parameter: | Required parameter |
Unsupported grant type: | Provided parameter | ||
Invalid grant: | Provided value of | ||
Invalid grant: | More than 5 minutes passed after issue of provided | ||
Invalid grant: | Provided | ||
Invalid grant: | Provided parameter | ||
Invalid client: cannot retrieve client credentials | Both or at least one of required parameters | ||
Invalid client: client is invalid | Provided values of | ||
Invalid request: | Required parameter | ||
Invalid request: | Provided value of | ||
Invalid request: content must be | Request to OAuth should have Content-Type | ||
/oauth/authorize | App cannot be installed for requested company | User tried to install app that was removed from the Marketplace or not visible for last active user company in Pipedrive. | |
| * | Internal Server Error | |
| /oauth/authorize | Whoops! Something broke in our servers and we cannot serve you this page. | Company database of Pipedrive user is under maintenance. |
API request
https://companydomain.pipedrive.com/api/v1/
Status Code | Message | Description |
---|---|---|
| ||
| Resource created. | |
| No content (purpose can be different for different resources). | |
| Invalid request: malformed authorization header | Provided value of access token in |
(An explanation of what went wrong, which can be different for different resources) | Request contains invalid or missing data. Mostly relevant for | |
| Invalid token: | Provided |
| Scope and URL mismatch | Not allowed to access requested resource by application scope that is defined by owner. |
|
| |
| Old resource permanently unavailable. | |
| For example, when Webhooks limit is reached for user or app and forbid to create new. | |
| Request over limit | API requests limit reached for a company. |
| Internal Server Error |
Updated 7 months ago