curl --request POST \
--url https://api.tread-horizon.com/v1/auth_methods \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"data": {
"auth_methods": [
"sso"
]
}
}Retrive a list of AuthMethods for a given email
curl --request POST \
--url https://api.tread-horizon.com/v1/auth_methods \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"data": {
"auth_methods": [
"sso"
]
}
}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.