Skip to main content

List webhooks

List all webhooks.

Responses

A successful response.


Schema
    webhooks object[]
  • Array [
  • id string
    description string
    url string
    subscribed_events string[]
    headers object
    property name* string
    secrets object[]
  • Array [
  • id string
    value string
  • ]
  • state string
    metadata object
    created_at date-time
    updated_at date-time
  • ]
GET /v1beta1/admin/webhooks

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/admin/webhooks' \
-H 'Accept: application/json'