v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Activate/Deactivate Webhook

post/service/notifications/webhook/{webhook_uid}/activation

Path parameters

webhook_uidstring required

UID of the webhook you would like to activate / deactivate

Headers

x-api-keystring

Request body

typestring

['ACTIVATE', 'DEACTIVATE']

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Webhook Activation Updated"
}