Authorization
Account wide Token Request
curl --location --request POST '<SERVICE ENDPOINT>/authorization/integration' \
--header 'Content-Type: application/json' \
--data-raw '{
"AccountAPIKey":"<Account API Key>"
}'Bot Level Token Request
curl --location --request POST '<SERVICE ENDPOINT>/authorization/integration' \
--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
Was this helpful?