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 CodeDescription
200 OKThe request succeeded.
201 CreatedA POST method successfully created a resource.
204 No ContentThe 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 CodeTypical Error Code & Message
400 Bad RequestEVAL000 - The request data provided was invalid. See details.
401 UnauthorizedESEC001 - Authorization has been denied for this request.
403 ForbiddenESEC001 - Authorization has been denied for this request.
404 Not FoundN/A
405 Method Not AllowedN/A
422 Processible EntityN/A
500 Internal Server ErrorN/A
503 Service UnavailableN/A