Skip to main content
GET
/
webhooks
Listar webhooks
curl --request GET \
  --url https://api.example.com/webhooks \
  --header 'X-Api-Key: <api-key>'
{
  "webhooks": [
    {
      "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

webhooks
object[]
required