POST
/
webhook
Criar 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<uri>
required

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

secretKey
string

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

Response

200

Default Response