WebhookEndpoint

Public webhook endpoint configured for outbound webhook delivery.

  • authType
    Type: string enum
    required

    Outbound delivery auth type. Tokens are never returned by read or list responses.

    values
    • bearerToken
    • customHeaders
  • id
    Type: string
    required

    Webhook endpoint ID

  • url
    Type: string Format: uri
    required

    HTTPS URL that receives Augment webhook deliveries

  • customHeaders
    Type: object ยท WebhookCustomHeadersnullable

    Optional custom headers sent with webhook deliveries

    Custom headers sent with webhook deliveries.

    • propertyName
      Type: string
  • name
    Type: string

    Display name for the endpoint