Passer au contenu principal
GET
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

webhook_id
string
requis

Webhook ID

Réponse

Webhook details retrived.

created_at
string
requis

Created at timestamp

description
string
requis

An example webhook name.

id
string
requis

The webhook's ID.

metadata
object
requis

Metadata of the webhook

updated_at
string
requis

Updated at timestamp

url
string
requis

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

Plage requise: x >= 0
Dernière modification le 1 avril 2026