curl --request POST \
--url https://api.tread-horizon.com/v1/sso_connections \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"data": [
{
"display_name": "<string>",
"stytch_connection_id": "<string>",
"start_url": "<string>",
"stytch_identity_provider": "classlink"
}
]
}Retrive a list of SSOConnections for a given email
curl --request POST \
--url https://api.tread-horizon.com/v1/sso_connections \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"data": [
{
"display_name": "<string>",
"stytch_connection_id": "<string>",
"start_url": "<string>",
"stytch_identity_provider": "classlink"
}
]
}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.