Social — entry 020 of 39
Microsoft Graph
Microsoft Graph is the unified REST endpoint for Microsoft 365, Windows, and Entra ID (Azure AD) data — mail, calendar, files, Teams, users, groups, and device management all live under a single v1.0 or beta namespace. Every call needs an OAuth 2.0 bearer token issued through the Microsoft identity platform and scoped to the specific resources the app may touch; some resources additionally require an appropriate Microsoft 365 or Entra ID premium license behind the scenes.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score54
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.