GET /v2/connect/connectors
List connectors that belong to a team.
Servers
- https://api.vercel.com
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:
|
search |
String | No |
Search connector names, UIDs, and services. |
type |
String | No |
Comma-separated connector types: |
service |
String | No |
Comma-separated provider or service identifiers. |
cursor |
String | No |
Cursor from |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.