Authorization
Account wide Token Request
curl --location --request POST 'https://<NODE>.xenioo.com/authorization/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountAPIKey":"<Account API Key>"
}'Bot Level Token Request
curl --location --request POST 'https://<NODE>.xenioo.com/authorization/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountAPIKey":"<Account API Key>",
"BotAPIKey":"<Your bot API Key>",
"BotAPISecret":"<Your bot API Secret>"
}'Response
Response Codes
Last updated