Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Returns information about the team with the specified teamId.
teamId
The ID of the team.
22
Successful response
const response = await fetch('https://eu1.make.com/api/v2/teams/{teamId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "team": { "id": 0, "name": "text", "organizationId": 0, "operationsLimit": 0 } }