Pular para o conteúdo principal
GET
JavaScript

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

webhook_id
string
obrigatório

Webhook ID

Resposta

Webhook details retrived.

created_at
string
obrigatório

Created at timestamp

description
string
obrigatório

An example webhook name.

id
string
obrigatório

The webhook's ID.

metadata
object
obrigatório

Metadata of the webhook

updated_at
string
obrigatório

Updated at timestamp

url
string
obrigatório

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

Intervalo obrigatório: x >= 0
Última modificação em 1 de abril de 2026