M

Microsoft Graph API beta

REST discovered

Details
URL
https://graph.microsoft.com/beta
Docs
https://learn.microsoft.com/en-us/graph/use-the-api
Authentication
Microsoft Entra app registration / OAuth access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Register an application in Microsoft Entra ID so it can request access tokens for Microsoft APIs. Start from Use the Microsoft Graph API, which links to app registration and token guidance. Your app then acquires OAuth 2.0 bearer tokens and sends them in the Authorization: Bearer ... header.