---
title: "List connectors"
method: GET
path: "/v3/connectors"
tags: ["Connectors (Integrations)"]
---

# List connectors

`GET /v3/connectors`

List the connectors in your Nylas application.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Returns an array of Connector objects.

- object
  - `request_id` string — ID of the request.
  - `data` ConnectorObject[]
    - `name` string, required — The name of the connector.
    - `provider` 'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'virtual-calendar' | 'ews' | 'zoom' | 'nylas', required — Provider type
    - `settings` object — Optional settings from provider
    - `scope` string[] — (Not used for Zoom connectors.) Optional default scopes for the connector. For Zoom, configure scopes directly on your Zoom OAuth app. See [Zoom granular scopes](https://developers.zoom.us/docs/integrations/oauth-scopes-granular/).
    - `active_credential_id` string — The ID of the "default" credential record of this Connector. This credential will be used as a default for communication with the provider.
  - `limit` integer
  - `offset` integer

## Other responses

- `401` — Not Authenticated
- `404` — Not Found

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
