connect

List connectors for a project

List the connectors connected to a project and the environments where each connection is available.

get/v2/connect/projects/{projectId}/connectors

Path parameters

projectIdstring required

Vercel project ID.

Vercel project ID.

Query parameters

limitinteger

Maximum number of connector connections to return. Defaults to 50.

Maximum number of connector connections to return. Defaults to 50.

cursorstring

Cursor from pagination.next on the previous response.

Cursor from pagination.next on the previous response.

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

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.

slugstring
Example:my-team-url-slug

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 connector connections for the project.

Changes

Changed in 1 of the 43 revisions of this API.1