Get the actual contents of the message.
message_id
Required
Message ID
auth_token
Required
OAuth access token for the Gmail account owning the inbox you’d like to get the messages for. Get your own OAuth token using the Google OAuth Playground. We suggest using the https://www.googleapis.com/auth/gmail.readonly
scope.
format
Optional
How much detail to return about each message. Possible values are:
full
metadata
minimal
raw
/gmail/v1/users/me/messages/{{message_id}}
?format={{format}}
Body
Headers
Bearer {{auth_token}}