Skip to main content
GET
/
webhooks
/
{id}
Buscar Webhook
curl --request GET \
  --url https://api.wapizap.com/api/v2/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "url": "<string>",
  "events": [
    "<string>"
  ],
  "headers": {},
  "secret": "<string>",
  "retryOnFailure": true,
  "isActive": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Configuração do webhook

id
string
url
string<uri>
events
string[]
headers
object
secret
string
retryOnFailure
boolean
isActive
boolean