Was this helpful?
Get details of all teams you are a member of
List of teams you belong to
const response = await fetch('https://api.spike.sh/teams/get-my-teams?id=text', { method: 'GET', headers: { "x-api-key": "text" }, }); const data = await response.json();