メインコンテンツへスキップ
GET
JavaScript

承認

Authorization
string
header
必須

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

パスパラメータ

webhook_id
string
必須

Webhook ID

レスポンス

Webhook details retrived.

created_at
string
必須

Created at timestamp

description
string
必須

An example webhook name.

id
string
必須

The webhook's ID.

metadata
object
必須

Metadata of the webhook

updated_at
string
必須

Updated at timestamp

url
string
必須

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

必須範囲: x >= 0
最終更新日 2026年4月1日