POST
Join Community
Join a community using invite_code.
API endpoint
https://waclient.com/api/join_community_groupExample:
curl -X POST \
'https://waclient.com/api/join_community_group' \
-H 'Content-Type: application/json' \
--data '{
"invite_code": "INVITECODE123",
"instance_id": "6A4B02A1XXXX",
"access_token": "EMCUH3NQQK8YXXXX"
}'Response
{
"status": "success",
"message": "Success",
"data": {
"joined": true,
"community_id": "[email protected]"
}
}| Parameter | Description |
|---|---|
| invite_code | Community invite code |
| instance_id | Your instance ID |
| access_token | Your access token |