Creates a new WhatsApp group and adds initial participants. You can specify the group name and list of phone numbers to be added.
Request
Body Params application/json
{
"code": "Gbd7AkKRH0G5JDHn0ZMffO"
}
Request samples
curl --location --request POST 'https://nexus.sourei.com.br/api/v1/group/joinByInviteCode' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "Gbd7AkKRH0G5JDHn0ZMffO"
}'
Responses
application/json Modified at 2025-01-24 20:33:49