Platform SSO
Request
curl --location --request POST 'https://publicapi.xenioo.com/sso/authorize' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountAPIKey":"<...>",
"BotAPIKey":"<...>",
"BotAPISecret":"<...>",
"Email":"[email protected]"
}'Response
{ "Data":
{
"Home":"https://....xenioo.com/...",
"Token":"<...>",
"Expires": 60
}
}Redirecting and Logout
Embedding
Response Codes
Last updated