curl --request POST \
--url https://api.tread-horizon.com/v1/auth/reset_password \
--header 'Content-Type: application/json' \
--data '
{
"password_reset_token": "<string>",
"password": "<string>"
}
'{
"data": {
"session_jwt": "<string>"
}
}This endpoint accepts a password_reset_token, which comes from the reset password link from Stytch, and also accepts a password which will be set as the new password. This endpoint returns a valid session_jwt for the User.
curl --request POST \
--url https://api.tread-horizon.com/v1/auth/reset_password \
--header 'Content-Type: application/json' \
--data '
{
"password_reset_token": "<string>",
"password": "<string>"
}
'{
"data": {
"session_jwt": "<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.
The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.
"en"
OK
AuthToken model for reads.
Show child attributes