Skip to main content
Version: 1.0

UpdateWebhookInput

labelstring

Display name for the webhook (not unique)

Possible values: <= 50 characters

endpointuri

Must be HTTPS

eventTypeEventType

Possible values: [Message, MessageStatus]

authenticationProtocolAuthenticationProtocol

Possible values: [NoAuthentication, Oauth20, PasswordAuthentication, AWSSignatureV4, JWT, JWTExchange]

scopestringnullable
requiresSignatureboolean
headers object[]
  • Array [
  • keystringrequired
    valuestringrequired
  • ]
  • UpdateWebhookInput
    {
    "label": "string",
    "endpoint": "string",
    "eventType": "Message",
    "authenticationProtocol": "NoAuthentication",
    "scope": "string",
    "headers": [
    {
    "key": "string",
    "value": "string"
    }
    ]
    }