- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 07:00 AM
I am building a live chat flow in Webex Connect, and I am using an AI agent before the chat is queued to a human agent.
I want to use the http request node after the AI agent interaction is finished so that I can retrieve the transcript of the chat between the customer and the AI agent.
I am following the docs from this link. https://developer.webex-cx.com/documentation/captures/v1/list-captures
When I try to make an API request to this endpoint I am getting a 403 error with Authorization failed. However I am able to use other webex API's without getting this 403 error, so I don't know what the problem is.
I have inserted a picture of the http request node.
Solved! Go to Solution.
- Labels:
-
API
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 08:31 AM
I have since solved the issue. I was using a premium agent user profile instead of administrator profile. Worked with the administrator profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2025 05:31 AM
Have you tried it as a test on the developer portal (Try Out) for your org?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 01:12 AM
I tried that, and it is giving me the same 403 error. I have attached a screenshot below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 01:39 AM
The API works when I use the Webex HTTP connector in flow designer, however I want to use this API in Webex connect and but the personal access token is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 04:24 AM
Hi, and you say other APIs work in the same manner, but when you try this one, the token portion doesn't work? Like if you try other APIs in the sandbox, they all work, but when you try it for this one it doesn't?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 04:32 AM
Yes, exactly. For example I used the try it out option for the 'Get tasks' API. https://developer.webex-cx.com/documentation/tasks/v1/get-tasks and that worked using the personal access token. I have included a screenshot of this with a 200 response.
I also created an integration on the webex developers portal with the following scopes cjp:config, cjp:config_read and cjp:config:write but when I used this token I'm still getting 403 response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 08:16 AM
Hi there,
we are currently using this endpoint as well. I'm able to run it with the access token from my integration.
It could be a false documentation.
Add cjp:user to your configuration (I know it isn't required, but my integration got it).
Make sure to retrieve a new access token from your OAuth Authorization URL because the URL has changed.
Best regards
Ove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 08:31 AM
I have since solved the issue. I was using a premium agent user profile instead of administrator profile. Worked with the administrator profile.
