Create a Recovery Link

POST {{baseUrl}}/admin/recovery/link?return_to=<string>

This endpoint creates a recovery link which should be given to the user in order for them to recover (or activate) their account.

Request Params

KeyDatatypeRequiredDescription
return_tostring

Request Body

{"identity_id"=>"<uuid>", "expires_in"=>"60ms"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;recovery_link&quot;:&quot;\u003cstring\u003e&quot;,&quot;expires_at&quot;:&quot;\u003cdateTime\u003e&quot;}