Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets the list of teams in the organization with specified organizationId.
organizationId
Successful response
const response = await fetch('https://eu1.make.com/api/v2/teams?organizationId=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "teams": [ { "id": 0, "name": "text", "organizationId": 0, "operationsLimit": 0 } ], "pg": { "last": "text", "showLast": false, "sortBy": "text", "sortDir": "text", "limit": 0, "offset": 0 } }