V2 (Preview)
cURL
curl --request POST \ --url https://api.village.do/v2/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "group_id": "<string>", "logo": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "logo": "<string>", "invite_link": "<string>" }, "metadata": { "request_id": "<string>" } }
Creates a new group or updates an existing group. Creator is automatically an admin. Updates require admin permissions. For partner app access, creates app-scoped groups.
JWT token obtained from authentication endpoint
Request body for creating or updating a group
1 - 100
1
Group updated successfully
Response after creating or updating a group
Show child attributes
Was this page helpful?