V2 (Preview)
cURL
curl --request GET \ --url https://api.village.do/v2/teams \ --header 'Authorization: Bearer <token>'
{ "data": { "teams": [ { "id": "<string>", "name": "<string>", "logo": "<string>", "invite_link": "<string>", "is_admin": true } ] }, "metadata": { "request_id": "<string>" } }
Returns all teams the authenticated user belongs to. For partner app access, returns only teams scoped to that partner.
JWT token obtained from authentication endpoint
Teams retrieved successfully
List of user teams
Show child attributes
Was this page helpful?