List connectors
List connectors that belong to a team.
Query parameters
Maximum number of connectors to return. Defaults to 20.
Maximum number of connectors to return. Defaults to 20.
Cursor from pagination.next on the previous response.
Cursor from pagination.next on the previous response.
Return only connectors connected to this project.
Return only connectors connected to this project.
Search connector names, UIDs, and services.
Search connector names, UIDs, and services.
Comma-separated connector types: slack, discord, github, linear, linq, salesforce, sendblue, snowflake, snowflake-wif, microsoft-entra, api-key, photon, oauth, or custom.
Comma-separated connector types: slack, discord, github, linear, linq, salesforce, sendblue, snowflake, snowflake-wif, microsoft-entra, api-key, photon, oauth, or custom.
Comma-separated provider or service identifiers.
Comma-separated provider or service identifiers.
Sort by name in ascending order, or by creation or update time in descending order.
Sort by name in ascending order, or by creation or update time in descending order.
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.
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.
Response
A page of connectors.
Changes
Changed in 1 of the 43 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○