we are trying to call SAP Conversational AI(Chatbot) API with OAuth using postman but we are getting an error as Unauthorized
Pre-requisites
- Client ID.
- Client Secret.
- Access Token URL
- Developer Bot Token
We have used the above-mentioned details in Authorization details to get the access Token as below. Authorization Header Parameter
Once Access Token is generated, we have used it in the Headers section as below Header Parameters
When we send a GET call to usage metrics URL using this mentioned Header parameters and Authorizations we are getting a response as “Unauthorized”. Requesting you to please help here. Thanks in advance.
We have tried to achieve this by referring below blogs: