
Gmail is a public API providing flexible, restful access to the user's inbox.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://developers.google.com/gmail/api/ | Primary API endpoint. |
curl -X GET "https://developers.google.com/gmail/api/" \ -H "Accept: application/json"