Hello All
I need your help to resolve my below issue.
I want to use control using API , I have created role for API access with following access.
Bot Insight Data API
Generate API-Key
Then I have given api access role to my developer user and generated API Key to connect.
When I tried to connect authentication API to read token using following URL
https://<Control Room>/v2/authentication
with Body
{
"apiKey": "<My Own Key>",
"multiLogin": true
}
It shows message.
{
"code": "UM1117",
"details": null,
"message": "Access token expected in the 'X-Authorization' header"
}
Can you help to resolve this issue?
Regards
Saket Lopes