Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List synced Gmail messages

GET/v1/integrations/google/gmail-messages
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Query parameters
limitinteger<int32>
min 1 · max 200 · default: 50
Responses
200OK
itemsGmailMessageItem[] | nullrequired
Show properties
Array of GmailMessageItem
from_emailstring
gmail_message_idstringrequired
idstringrequired
linked_contact_idsstring[] | nullrequired
occurred_atstring
snippetstring
subjectstring
thread_idstring
to_emailsstring[] | nullrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/integrations/google/gmail-messages"
Response
{
  "items": [
    {
      "from_email": "string",
      "gmail_message_id": "string",
      "id": "string",
      "linked_contact_ids": [
        "string"
      ],
      "occurred_at": "string",
      "snippet": "string",
      "subject": "string",
      "thread_id": "string",
      "to_emails": [
        "string"
      ]
    }
  ]
}