Back to catalog
💼

Gmail

OAuth

Flexible, RESTful access to the user's inbox

💼BusinessHTTPS

Email Message

Gmail API

FromNotifications@github.com
Subject[api-gallery] New pull request #42
Date2026-02-25T09:14:00Z
LabelsInbox, updates
SnippetA new pull request has been opened by contributor on the api-gallery repository...

Sample Response

response.json
1{
2 "from": "notifications@github.com",
3 "subject": "[api-gallery] New pull request #42",
4 "date": "2026-02-25T09: 14: 00Z",
5 "labels": "inbox, updates",
6 "snippet": "A new pull request has been opened by contributor on the api-gallery repository..."
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developers.google.com/gmail/api/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs