Users
Password recovery for user
Initiate the password recovery flow for a given user
POST
/
recovery
/
link
Body
curl --request POST \
--url https://eu.sequencehq.com/api/recovery/link \
--header 'Content-Type: application/json' \
--data '{
"email": "foo@example.com"
}'
Body
application/json
emailrequired
string
Response
200
curl --request POST \
--url https://eu.sequencehq.com/api/recovery/link \
--header 'Content-Type: application/json' \
--data '{
"email": "foo@example.com"
}'