Status | -Description | -Message | -
---|---|---|
400 | -Bad Request | -{"error": "invalid_request", "error_description": "..."} |
-
400 | -Bad Request | -{"error": "invalid_scope", "error_description": "..."} |
-
400 | -Bad Request | -{"error": "invalid_scope", "error_description": "Scope must be an array or a string"} |
-
401 | -Unauthorized | -{"error": "invalid_client", "error_description": "..."} |
-
401 | -Unauthorized | -{"error": "requires_validation", "error_description": "Suspicious request requires verification"} |
-
403 | -Forbidden | -{"error": "unauthorized_client", "error_description": "..."} |
-
403 | -Forbidden | -{"error": "access_denied", "error_description": "..."} |
-
403 | -Forbidden | -{"error": "access_denied", "error_description": "Unknown or invalid refresh token"} |
-
403 | -Forbidden | -{"error": "invalid_grant", "error_description": "..."} |
-
404 | -Not Found | -{"error": "endpoint_disabled", "error_description": "..."} |
-
405 | -Method Not Allowed | -{"error": "method_not_allowed", "error_description": "..."} |
-
429 | -Too Many Requests | -{"error": "too_many_requests", "error_description": "..."} |
-
500 | -Internal Server Error | -- |
501 | -Not Implemented | -{"error": "unsupported_response_type", "error_description": "..."} |
-
501 | -Not Implemented | -{"error": "unsupported_grant_type", "error_description": "..."} |
-
503 | -Service Unavailable | -{"error": "temporarily_unavailable", "error_description": "..."} |
-
Status | -Response | -
---|---|
400 | -{"error": "invalid_request", "error_description": "the connection was disabled"} The connection is not active or not enabled for your client_id |
-
400 | -{"error": "invalid_request", "error_description": "the connection was not found"} |
-
400 | -{"error": "invalid_request", "error_description": "missing client_id parameter"} |
-
400 | -{"error": "invalid_request", "error_description": "missing access_token parameter"} |
-
401 | -{"error": "invalid_request", "error_description": "invalid access_token: invalid_token"} The access_token is invalid or does not contain the scope you set |
-
403 | -{"error": "unauthorized_client", "error_description": "invalid client"} |
-
Status | -Description | -
---|---|
200 | -{"error": "invalid_request", "error_description": "..."} The Refresh Token is revoked, does not exist, or was not issued to the client making the revocation request. |
-
400 | -{"error": "invalid_request", "error_description": "..."} The required parameters were not sent in the request. |
-
401 | -<{"error": "invalid_client", "error_description": "..."}The request is not authorized. Check that the client credentials ( |
-
Status | -Description | -
---|---|
400 | -{"error": "invalid_request", "error_description": "missing device parameter"} You need to provide a device name for the caller device (like a browser, app, and so on) |
-
400 | -{"error": "invalid_request", "error_description": "missing id_token parameter"} For this grant type you need to provide a JWT ID Token |
-
400 | -{"error": "invalid_grant", "error_description": "..."} Errors related to an invalid ID Token or user |
-
Status | -Description | -
---|---|
400 | -{"error": "invalid_request", "error_description": "scope parameter must be a string"} Incorrect scope formatting; each scope must be separated by whitespace |
-
400 | -{"error": "invalid_request", "error_description": "specified strategy does not support requested operation"} The connection/provider does not implement username/password authentication |
-
401 | -{"error": "invalid_user_password", "error_description": "Wrong email or password."} |
-
401 | -{"error": "unauthorized", "error_description": "user is blocked"} |
-
401 | -{ "error": "password_leaked", "error_description": "This login has been blocked because your password has been leaked in another website. We’ve sent you an email with instructions on how to unblock it."} |
-
401 | -{ "error": "requires_verification", "error_description": "Suspicious request requires verification" } |
-
429 | -{"error": "too_many_attempts", "error_description": "..."} Some attack protection features will return this error |
-
429 | -{"error": "too_many_logins", "error_description": "..."} Some attack protection features will return this error |
-
Status | -Description | -
---|---|
400 | -{"error": "invalid_request", "error_description": "missing client_id parameter"} |
-
400 | -{"error": "invalid_request", "error_description": "the connection was disabled"} Check the connection in the dashboard, you may have turned it off for the provided client_id |
-
400 | -{"error": "invalid_request", "error_description": "The connection is not yet configured..."} The connection is not properly configured with custom scripts |
-
400 | -{"error": "invalid_request", "error_description": "the connection was not found for tenant..."} The connection does not belong to the tenant; check your base url |
-
400 | -{"error": "invalid_request", "error_description": "Fields with "." are not allowed, please remove all dotted fields..."} If you are using rules, some field name contains dots |
-
403 | -{"error": "unauthorized_client", "error_description": "invalid client"} The provided client_id is not valid |
-
403 | -{"error": "access_denied", "error_description": "..."} Validation of specific points raised an access issue |
-
Status | -Response | -
---|---|
400 | -{"error": "bad.tenant","error_description": "error in tenant - tenant validation failed: invalid_tenant"} |
-
400 | -{"error": "bad.client_id", "error_description": "Missing required property: client_id"} |
-
400 | -{"error": "bad.connection", "error_description": "Missing required property: connection"} |
-
400 | -{"error": "bad.connection", "error_description": "Connection does not exist"} |
-
400 | -{"error": "bad.connection", "error_description": "Connection is disabled"} |
-
400 | -{"error": "bad.connection", "error_description": "Invalid connection strategy. It must either be a passwordless connection"} |
-
400 | -{"error": "bad.authParams", "error_description": "error in authParams - invalid type: string (expected object)"} |
-
400 | -{"error": "bad.request", "error_description": "the following properties are not allowed: |
-
400 | -{"error": "bad.phone_number", "error_description": "Missing required property: phone_number"} |
-
400 | -{"error": "bad.phone_number", "error_description": "String does not match pattern: ^\\+[0-9]{1,15}$"} |
-
400 | -{"error": "sms_provider_error", "error_description": " |
-
Status | -Description | -
---|---|
400 | -{"error": "invalid_request", "error_description": "missing username parameter"} |
-
400 | -{"error": "invalid_request", "error_description": "missing password parameter"} |
-
400 | -{"error": "invalid_request", "error_description": "missing connection parameter"} |
-
400 | -{"error": "invalid_request", "error_description": "scope parameter must be a string"} Incorrect scope formatting; each scope must be separated by whitespace |
-
400 | -{"error": "invalid_request", "error_description": "missing client_id parameter"} |
-
400 | -{"error": "invalid_request", "error_description": "the connection was not found"} |
-
400 | -{"error": "invalid_request", "error_description": "the connection was disabled"} Check the connection in the dashboard, you may have turned it off for the provided client_id |
-
400 | -{"error": "invalid_request", "error_description": "the connection was not found for tenant..."} The connection does not belong to the tenant; check your base url |
-
400 | -{"error": "invalid_request", "error_description": "Fields with "." are not allowed, please remove all dotted fields..."} If you are using rules, some field name contains dots |
-
401 | -{"error": "invalid_user_password", "error_description": "Wrong email or password."} |
-
401 | -{"error": "unauthorized", "error_description": "user is blocked"} |
-
403 | -{"error": "unauthorized_client", "error_description": "invalid client"} The provided client_id is not valid |
-
403 | -{"error": "access_denied", "error_description": "..."} Validation of specific points raised an access issue |
-
429 | -{"error": "too_many_attempts", "error_description": "..."} Some attack protection features will return this error |
-
429 | -{"error": "too_many_logins", "error_description": "..."} Some attack protection features will return this error |
-