POST
/
webhook
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/webhook \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "url": "<string>",
  "secretKey": "<string>"
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json
url
string
required

URL que receberá as requisições do webhook. Ela deve estar preparada para receber requisições do tipo POST

secretKey
string
required

Chave secreta para autenticar as requisições oriundas da API, e garantir a origem das informações

Response

200

Default Response