Skip to main content
Status CodeCategorySample HTTP ResponseDescription
400Bad Request{ "error": "Bad Request" }Invalid request payload: ‘email’ field is required.
401Unauthorized{ "error": "Unauthorized }Authentication is required. Please provide a valid access token.
403Forbidden{ "error": "Forbidden" }You do not have permission to access this resource.
404Not Found{ "error": "Not found." }The requested resource was not found.
405Method Not Allowed{ "error": "Method \"DELETE\" not allowed." }Request method ‘POST’ not supported for this endpoint.
500Internal Server Error{ "error": "Internal Server Error" }An unexpected error occurred. Please try again later.