curl --request POST \
--url https://api.tread-horizon.com/v1/auth/otp_sms/login \
--header 'Content-Type: application/json' \
--data '
{
"phone_id": "<string>",
"code": "<string>"
}
'{
"data": {
"session_jwt": "<string>"
}
}Login with a one-time password received via SMS.
curl --request POST \
--url https://api.tread-horizon.com/v1/auth/otp_sms/login \
--header 'Content-Type: application/json' \
--data '
{
"phone_id": "<string>",
"code": "<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