cURL
curl 'https://api.gumloop.com/api/v1/teams' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{ "teams": [ { "id": "team_4f8c92ab", "name": "Acme Sales" }, { "id": "team_91ab73cd", "name": "Acme Support" } ] }
List teams the authenticated caller belongs to.
Documentation IndexFetch the complete documentation index at: https://docs.gumloop.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.
x-auth-key
Teams the caller belongs to.
Show child attributes
Was this page helpful?