v1

latestOpenAPI 3.0.3Apache 2.02026-07-173769114.2 KB
admin

Create a Recovery Link

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

post/recovery/link

Request body

expires_instring

Link Expires In

The recovery link will expire at that point in time. Defaults to the configuration value of selfservice.flows.recovery.request_lifespan.

identity_idstring uuid4 required

Response

recoveryLink

expires_atstring date-time

Recovery Link Expires At

The timestamp when the recovery link expires.

recovery_linkstring required

Recovery Link

This link can be used to recover the account.