Each Conferma API request returns a success or error HTTP status code.
Success
In the responses, the following HTTP status codes are returned for successful requests:
Status Code | Description |
---|---|
200 OK | The request succeeded. |
201 Created | A POST method successfully created a resource. |
204 No Content | The server successfully executed the method but returned no response body. |
Error
In the response for failed requests, the API will return HTTP 4XX
or 5XX
status codes.
The API will also return an error response body containing additional error details (where applicable). See Errors.
Status Code | Typical Error Code & Message |
---|---|
400 Bad Request | EVAL000 - The request data provided was invalid. See details. |
401 Unauthorized | ESEC001 - Authorization has been denied for this request. |
403 Forbidden | ESEC001 - Authorization has been denied for this request. |
404 Not Found | N/A |
405 Method Not Allowed | N/A |
422 Processible Entity | N/A |
500 Internal Server Error | N/A |
503 Service Unavailable | N/A |