Skip to main content
GET
/
webhooks
Listar Webhooks
curl --request GET \
  --url https://api.wapizap.com/api/v2/webhooks \
  --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.

Query Parameters

instanceId
string<uuid>
required

Response

200 - application/json

Lista de webhooks

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