Authentication Types

This parameter specifies the authentication type to be used when making the relevant webhook request.

  • Enum Class Name: WebhookAuthType
  • Parameter Name: securityType
Value Description
none No authentication
basic HTTP basic method
bearer Sent as bearer token in header
header Sent with custom header tag

These values can be used both when creating webhooks and when responding. You can integrate them into your own system to enhance integration and comprehensibility.