limited-city-59768
02/07/2024, 5:23 AMchilly-king-10285
02/07/2024, 5:23 AMchilly-king-10285
02/07/2024, 5:23 AMGET /self-service/settings/flows
endpoint in Ory Kratos' Public API does not explicitly mention the return of a privileged session token. This endpoint is used to get the settings flow and requires either the Ory Kratos Session Cookie or the Ory Kratos Session Token to be set. In case of an error, the JSON response body contains an error.id
which can be one of the following: security_csrf_violation
, session_inactive
, or security_identity_mismatch
. For more detailed information, you may want to refer to the [Ory Kratos User Settings & Profile Management Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-settings).limited-city-59768
02/07/2024, 5:25 AMchilly-king-10285
02/07/2024, 5:25 AMchilly-king-10285
02/07/2024, 5:25 AMGET /self-service/recovery/flows
endpoint in Ory Kratos' Public API is used when an identity wants to recover their account. The response from this endpoint contains a list of actions that could follow this flow. One of these actions could be show_verification_ui
, which indicates that the UI flow could be continued by showing a verification UI. However, the extracts do not provide specific information about getting the settings response after the recovery flow code verification. For more detailed information, you may want to refer to the [Ory Kratos Account Recovery Documentation](https://www.ory.sh/docs/kratos/self-service/flows/password-reset-account-recovery).