HTTP Status Codes
HTTP Status Code Table
Status Code | Status | Description |
|---|---|---|
200 | OK | The API Request was successfully processed. |
201 | Created | Transaction Created, but Transaction Processing is Pending (batch). |
207 | Multi-Status | One or more upstream processing failed. Examples: |
400 | Bad Request | The ResourceID is invalid |
401 | Unauthorized | The Authorization Token is invalid Make sure you are using the correct bearer token, please contact your Evolve Account Manager for assistance. |
403 | Forbidden | Invalid permissions to access the Resource. This resource has not been enabled for your account. Please contact your Evolve Account Manager. |
404 | Not Found | The ResourceID does not point to a valid Resource. Example: RetrieveClient would return a |
405 | Method Not Allowed | Request Method Not Allowed for the Requested Resource. Example: |
406 | Not Acceptable | Our Web Application Firewall (WAF) found something invalid in your request. Example: invalid characters or json formatting. |
409 | Conflict |
|
410 | Gone | The Resource pointed to by the |
415 | Unsupported Media Type | Content-type must be application/json. |
421 | misdirected Request | Too late to Retrieve by |
422 | Unprocessed Entity | The Resource pointed to by the ResourceID is in an invalid state
|
423 | Locked | The Resource pointed to by the ResourceID is locked. Example: RetrieveClient would return a |
429 | Too Many Requests | Retrieve: Too many requests, please do not poll. Example: If you get a
|
431 | Request Header Fields too Large | Too many HTTP Header Lines and/or HTTP Header Lines too big. Please correct your HTTP Header Lines. |
500 | Server Error | There was a problem processing the Request. Please contact your Evolve Account Manager for any |
502 | Bad Gateway | Problem connecting to an Application Server. Please contact your Evolve Account Manager for any |
503 | Service Unavailable | Your request cannot be processed, should be only a Temporary Condition. Please contact your Evolve Account Manager for any |
504 | Gateway Timeout | Connection to an Application Server timed out. Please contact your Evolve Account Manager for any |
Updated about 1 month ago
