Extreme API with Python
Table Of Contents
- 1 Preface
- 2 Introduction
- 3 EXOS APIs
- 4 VOSS API
- 5 XMC API
- 6 ExtremeCloud IQ API
- 7 Extreme Campus Controller API
Extreme API with Python
Page | 117
Part no.9036931-00 Rev AA February 2021
Create an app to obtain a client ID and a client secret.
The Redirect URL is necessary regardless of the authentication method you use. XIQ offers two methods:
Bearer Token (basic) and OAuth 2.0 (advanced).
With Bearer Token, the URL you use does not need to be real, but it must use HTTPS, and must match
the URL in the headers of your requests.
Connect to your XIQ account:
HTTPS://extremecloudiq.com
From here, navigate to the Global Settings in the upper right corner.
From the API menu, go to the API Token Management. Click + to create a new API Access token. You
must provide your client ID.










