02-16-2023 08:10 AM
Dear Extreme Team,
I cannot get my head around the authentication method to access REST API on XIQC using Postman (or cURL). REST documentation on this topic is stated hereby as well as my Auth request. Your help is much welcome!
Solved! Go to Solution.
02-17-2023 05:58 AM
Hi
I created a new post request on Postman.
Authorisation set to:
For header I added content-type application/json and disabled the default text/plain header:
The set the body as raw:
From that I get back the access token, eg:
-Gareth
02-17-2023 05:58 AM
Hi
I created a new post request on Postman.
Authorisation set to:
For header I added content-type application/json and disabled the default text/plain header:
The set the body as raw:
From that I get back the access token, eg:
-Gareth