Get Webhooks for Account

Get Webhooks belonging to a given Account

Authentication

AuthorizationBearer

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

Path parameters

account_idstringRequiredformat: "uuid"

Response headers

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

Response

Webhook success response
account_idstringformat: "uuid"
activeboolean
app_idstringformat: "uuid"
deleted_atstringformat: "date-time"
eventslist of enums
idstringformat: "uuid"
inserted_atstringformat: "date-time"
namestring
project_idstringformat: "uuid"
secretstring
teamobject
team_idstringformat: "uuid"
updated_atstringformat: "date-time"
urlstring

Errors

401
Unauthorized Error
404
Not Found Error