curl --request POST \
--url https://api.tread-horizon.com/v1/auth/signup \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"magic_links_token": "<string>"
}
'{
"data": {
"session_jwt": "<string>"
}
}This endpoint takes a password and a magic_links_token from the invite email in order to successfully register the User in Stytch. This endpoint returns a valid session_jwt for the User.
curl --request POST \
--url https://api.tread-horizon.com/v1/auth/signup \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"magic_links_token": "<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