Was this helpful?
Get details of all teams in your organization
List of all teams
const response = await fetch('https://api.spike.sh/teams/get-all-teams', { method: 'GET', headers: { "x-api-key": "text" }, }); const data = await response.json();