cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
831
Views
5
Helpful
2
Replies

About xAPI in webex teams api

anyway60419
Level 1
Level 1

You are trying to use xAPI (/v1/xapi/command/{commandName}) among webex teams apis.

When testing the API on the 'https://developer.webex.com/docs/api/v1/xapi/execute-command' site, the API works as expected.

When testing with postman, it is forwarded to'HTTP Status 403-Forbidden' as follows. do.

Other APIs are well used by using the same assigned AccessToken.

The scope is also spark:all and includes xAPI. Why not?

 
----------------------------
<body>
    <h1>HTTP Status 403 – Forbidden</h1>
    <hr class="line" />
    <p><b>Type</b> Status Report</p>
    <p><b>Description</b> The server understood the request but refuses to authorize it.</p>
    <hr class="line" />
    <h3>REDACTED</h3>
</body>
-------------------------------
1 Accepted Solution

Accepted Solutions

Advice you to head over to DevNet to ask questions about APIs.



Response Signature


View solution in original post

2 Replies 2

Advice you to head over to DevNet to ask questions about APIs.



Response Signature


Helmut Heise
Cisco Employee
Cisco Employee

You'll need to get the OAuth Token first.