Zum Hauptinhalt springen
GET
JavaScript

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

webhook_id
string
erforderlich

Webhook ID

Antwort

Webhook details retrived.

created_at
string
erforderlich

Created at timestamp

description
string
erforderlich

An example webhook name.

id
string
erforderlich

The webhook's ID.

metadata
object
erforderlich

Metadata of the webhook

updated_at
string
erforderlich

Updated at timestamp

url
string
erforderlich

Url endpoint of the webhook

disabled
boolean | null

Status of the webhook.

If true, events are not sent

filter_types
string[] | null

Filter events to the webhook.

Webhook event will only be sent for events in the list.

rate_limit
integer<int32> | null

Configured rate limit

Erforderlicher Bereich: x >= 0
Zuletzt geändert am 1. April 2026