Connectors (Integrations)
List connectors
List the connectors in your Nylas application.
get/v3/connectors
Query parameters
limitinteger
Limit the number of results in a connector list.
offsetinteger
Offset the list of results in a connector list.
Response
Returns an array of Connector objects.
Example response
{
"request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90",
"data": [
{
"name": "Google Connector",
"provider": "google",
"settings": {
"topic_name": "abc123"
},
"scope": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
],
"active_credential_id": "c123f8e1a-eb1c-41c0-b6a6-d2e59daf7f47"
}
],
"limit": 10
}