The API uses standard HTTP status codes to indicate request outcomes:
Code | Status | Description |
---|---|---|
200 | OK | Request successfully processed |
201 | Created | New resource successfully created |
204 | No Content | Request successful with no response body |
400 | Bad Request | Invalid format of request |
401 | Unauthorized | Authentication failed or credentials missing |
403 | Forbidden | Authorized but not to access the particular resource |
500 | Internal Server Error | Server encountered an unexpected condition (contact [email protected]) |
503 | Service Unavailable | The server could not fulfill your request; please contact the Confirmo support |