Get Webhooks for Account

Get Webhooks belonging to a given Account

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

account_idstring必須形式: "uuid"

レスポンスヘッダー

page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

レスポンス

Webhook success response
account_idstring形式: "uuid"
activeboolean
app_idstring形式: "uuid"
deleted_atstring形式: "date-time"
eventslist of enums
idstring形式: "uuid"
inserted_atstring形式: "date-time"
namestring
project_idstring形式: "uuid"
secretstring
teamobject
team_idstring形式: "uuid"
updated_atstring形式: "date-time"
urlstring

エラー

401
Unauthorized Error
404
Not Found Error