POST
/
messages
/
status
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/messages/status \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "type": "text",
  "content": "<string>",
  "caption": "<string>",
  "backgroundColor": "<string>",
  "font": 3,
  "allContacts": true,
  "statusJidList": [
    "<string>"
  ]
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json

Response

200

Default Response