Team-Webhook erstellen

Einen ausgehenden Webhook für alle passenden Aktionen für ein bestimmtes Team erstellen

Authentifizierung

AuthorizationBearer

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

Pfadparameter

team_idstringErforderlichFormat: "uuid"

Anfrage

Webhook to create or update
namestringErforderlich
Name of the Webhook
urlstringErforderlich
HTTPS endpoint to delivery events to
eventslist of stringsOptional

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