Skip to main content
GET
cURL
List every webhook registered on your account. Each entry has the destination URL, subscribed events, delivery status, and signature-verification metadata.

The webhook lifecycle

  • Create a webhook with the URL and event types you care about.
  • Get one to inspect its current state.
  • Update to change URL, events, or active flag.
  • Delete when you no longer need it.
  • Verify the endpoint with its token to activate deliveries.
  • Rotate secret if a signing secret leaks.
For event types, the signature scheme, and verification code, see the Webhooks guide.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Response

Webhook destination list

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
meta
object
required
next_cursor
string | null
total
integer | null