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