Microsoft Graph
访问 Microsoft 365、Windows 10 和 Enterprise Mobility 中的数据与智能
- 认证方式
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 社交
简介
Microsoft Graph 统一 Microsoft 365 数据——邮件、日历、文件、用户——通过 OAuth 2.0(未认证请求返回 401,已实测)。
快速开始
需要 OAuth token:
curl "https://graph.microsoft.com/v1.0/me" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "displayName": "John Doe", "mail": "john@example.com" }
认证方式
- 在 Azure AD 注册应用 → OAuth 2.0 流程 → access token。
- 通过
Authorization: Bearer发送(缺失 → 401,已实测)。
速率限制与注意事项
- 在 Microsoft 租户配额内免费。
- 覆盖 Outlook、OneDrive、Teams、SharePoint 等。
常见问题
Microsoft Graph 免费吗? 在租户配额内免费。
为什么 401? 需要 OAuth token(已实测)。
能访问什么? 邮件、日历、文件、用户和 Teams。
社交 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 4chan Simple image-based bulletin board dedicated to a variety of topics | No auth | Yes | Yes | ↗ |
| Ayrshare Social media APIs to post, get analytics, and manage multiple users social media accounts | API Key | Yes | Yes | ↗ |
| aztro Daily horoscope info for yesterday, today, and tomorrow | No auth | Yes | Unknown | ↗ |
| Blogger The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |