cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Do I need a separate license to use the Webex Meeting API?

cleans2002
Level 1
Level 1

I want to create a meeting to use webex meeting api, but i couldn't that.
I use Python code to send requests with authorization token in hearder.

 

api_url = "https://webexapis.com/v1/meetings"
headers = {
'Accept': 'application/json',
'Authorization': 'Bearer {Integration_token},
}
response = requests.get(api_url , headers=headers)

 

The response displayed the following text along with the 403 code, and the correct result value could not be received.

 - The server understood the request, but refused to fulfill it because the access token is missing required scopes or the user is missing required roles or licenses.

 

Can't APIs be used without a license?

Who Me Too'd this topic