Get an access token
Authorization
Get an access token
Exchanges an Azure AD app registration’s credentials for an access token. Send the returned token as Authorization: Bearer {token} on subsequent requests. See the Authentication guide for how to register the app.
GET
Get an access token
Query Parameters
Application (client) ID of your Azure AD app registration.
Client secret value from your Azure AD app registration.
Directory (tenant) ID of your Azure AD app registration.
Response
The access token.
The response is of type string.

