GET /v2/teams
Get a paginated list of all the Teams the authenticated User is a member of.
Servers
- https://api.vercel.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Number | No |
Maximum number of Teams which may be returned. |
until |
Number | No |
Timestamp (in milliseconds) to only include Teams created until then. |
since |
Number | No |
Timestamp (in milliseconds) to only include Teams created since then. |
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.