POST

https://{server-url}

/
group
/
create
/
{instance}
curl --request POST \
  --url https://{server-url}/group/create/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "subject": {},
  "description": "<string>",
  "participants": [
    "<string>"
  ]
}'

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
subject
object

Group subject

description
string

Group description

participants
string[]

Group members phone numbers with country code