curl --request POST \
--url https://api.tread-horizon.com/v1/auth/forgot_password \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"error": {
"code": "<string>"
}
}This endpoint accepts an email of the User which will be sent a reset password link from Stytch.
curl --request POST \
--url https://api.tread-horizon.com/v1/auth/forgot_password \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"error": {
"code": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.tread.ai/llms.txt
Use this file to discover all available pages before exploring further.