Get Webhook by ID

Get the information about a given Webhook

Authentication

AuthorizationBearer

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

Path parameters

hook_idstringRequiredformat: "uuid"
Webhook ID

Response

Webhook success response
account_idstringOptionalformat: "uuid"
activebooleanOptional
app_idstringOptionalformat: "uuid"
deleted_atstringOptionalformat: "date-time"
eventslist of enumsOptional
idstringOptionalformat: "uuid"
inserted_atstringOptionalformat: "date-time"
namestringOptional
project_idstringOptionalformat: "uuid"
secretstringOptional
teamobjectOptional
team_idstringOptionalformat: "uuid"
updated_atstringOptionalformat: "date-time"
urlstringOptional

Errors

401
Unauthorized Error
404
Not Found Error