GET /v2/connect/connectors

List connectors that belong to a team.

Servers

Query parameters

Name Type Required Description
projectId String No

Return only connectors connected to this project.

teamId String No

The team ID that scopes the request. Do not send it with slug. If both are omitted, Vercel uses the team associated with the token or the authenticated user's default team. The request returns 401 if no team can be selected.

limit Integer No

Maximum number of connectors to return. Defaults to 20.

slug String No

The team slug that scopes the request. Do not send it with teamId. If both are omitted, Vercel uses the team associated with the token or the authenticated user's default team. The request returns 401 if no team can be selected.

sort String No

Sort by name in ascending order, or by creation or update time in descending order.

Valid values:

  • "updatedAt"
  • "name"
  • "createdAt"
search String No

Search connector names, UIDs, and services.

type String No

Comma-separated connector types: slack, discord, github, linear, linq, salesforce, sendblue, snowflake, snowflake-wif, microsoft-entra, api-key, photon, oauth, or custom.

service String No

Comma-separated provider or service identifiers.

cursor String No

Cursor from pagination.next on the previous response.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.