POST
/
messages
/
list
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/messages/list \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "jid": "<string>",
  "buttonText": "<string>",
  "title": "<string>",
  "description": "<string>",
  "footer": "<string>",
  "sections": [
    {
      "title": "<string>",
      "rows": [
        {
          "title": "<string>",
          "description": "<string>",
          "rowId": "<string>"
        }
      ]
    }
  ]
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json

Response

200

Default Response