Skip to main content
GET
/
webhook
Obter webhook
curl --request GET \
  --url https://api.zapperapi.com/{instanceId}/webhook \
  --header 'X-Api-Key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "subscriptions": [
    "<string>"
  ]
}

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Response

200 - application/json

Default Response

id
string
required
name
string
required
url
string
required
subscriptions
string[]
required