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

KeyDatatypeRequiredDescription
idstring(Required) Error is the error's ID

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;error&quot;:{},&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;}