Skip to main content
GET
/
api
/
v1
/
gmail
/
connections
List Gmail connections for organization
curl --request GET \
  --url https://prod.featherhq.com/api/v1/gmail/connections \
  --header 'X-API-Key: <api-key>'
{
  "connections": [
    {
      "id": "<string>",
      "accountEmail": "<string>",
      "invalid": true,
      "historyId": "<string>",
      "watchExpiration": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

List of Gmail connections

connections
object[]
required