Creates a new WhatsApp group and adds initial participants. You can specify the group name and list of phone numbers to be added.
Request samples
curl --location --request GET 'https://nexus.sourei.com.br/api/v1/community/' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}'
Responses
application/json {
"id": "string",
"subject": "string",
"subjectOwner": "string",
"subjectTime": 0,
"size": 0,
"creation": 0,
"owner": "string",
"desc": "string",
"descId": "string",
"restrict": true,
"announce": true,
"isCommunity": true,
"isCommunityAnnounce": true,
"joinApprovalMode": true,
"memberAddMode": true,
"participants": [
{
"id": "string",
"admin": "string"
}
]
}
Modified at 2025-03-07 17:26:16