PATCH
/
groups
/
{groupId}
/
participants
curl --request PATCH \
  --url https://api.zapperapi.com/{instanceId}/groups/{groupId}/participants \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "participants": [
    "<string>"
  ],
  "action": "add"
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Path Parameters

groupId
string
required

Id do grupo, com ou sem o sufixo @g.us

Body

application/json

Response

200

Default Response