GetAADToken
Retrieves an Azure Active Directory (AAD) access token, caching it for future use to avoid redundant calls.
get
Authorizations
Responses
200
Success: Returns the access token and expiration information.
500
Internal Server Error: An unexpected error occurred while fetching the AAD token.
get
GET /Embed/GetAADToken HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content