GET /v2/teams

Get a paginated list of all the Teams the authenticated User is a member of.

Servers

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

  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.