V2 (Preview)
cURL
curl --request POST \ --url https://api.village.do/v2/groups/join \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_invite_link": "<string>" } '
{ "data": { "success": true, "message": "<string>" }, "metadata": { "request_id": "<string>" } }
Join an existing group using a group invite link.
JWT token obtained from authentication endpoint
Request body for joining a group via invite link
1
Successfully joined group
Response after joining a group
Show child attributes
Was this page helpful?