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