Vai al contenuto principale
GET
JavaScript

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

webhook_id
string
obbligatorio

Webhook ID

Risposta

Webhook details retrived.

created_at
string
obbligatorio

Created at timestamp

description
string
obbligatorio

An example webhook name.

id
string
obbligatorio

The webhook's ID.

metadata
object
obbligatorio

Metadata of the webhook

updated_at
string
obbligatorio

Updated at timestamp

url
string
obbligatorio

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

Intervallo richiesto: x >= 0
Ultima modifica il 1 aprile 2026