GetAADToken

Retrieves an Azure Active Directory (AAD) access token, caching it for future use to avoid redundant calls.

get
Authorizations
AuthorizationstringRequired

Enter 'Bearer' followed by your JWT token

Responses
200

Success: Returns the access token and expiration information.

No content

get
/Embed/GetAADToken
GET /Embed/GetAADToken HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content