Get User-Flow Errors
GET {{baseUrl}}/self-service/errors?id=<string>
This endpoint returns the error associated with a user-facing self service errors.
This endpoint supports stub values to help you implement the error UI:
?id=stub:500
- returns a stub 500 (Internal Server Error) error.
More information can be found at Ory Kratos User User Facing Error Documentation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | (Required) Error is the error's ID |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cuuid\u003e","created_at":"\u003cdateTime\u003e","error":{},"updated_at":"\u003cdateTime\u003e"}