Webhook nach ID abrufen

Informationen zu einem bestimmten Webhook abrufen

Authentifizierung

AuthorizationBearer

Bearer-Authentifizierung der Form Bearer <token>, wobei token Ihr Auth-Token ist.

Pfadparameter

hook_idstringErforderlichFormat: "uuid"
Webhook ID

Antwort

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

Fehler

401
Unauthorized Error
404
Not Found Error