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

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Response

200 - application/json
Default Response
url
string
required
secretKey
string
required