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
500
Internal Server Error: An unexpected error occurred while fetching the AAD token.
get
/Embed/GetAADTokenGET /Embed/GetAADToken HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content