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