GetWebhookCallbackConfigResult

data class GetWebhookCallbackConfigResult(val customHeaders: Map<String, String>? = null, val serviceUri: String)

The configuration of service URI and custom headers for the webhook.

Constructors

Link copied to clipboard
constructor(customHeaders: Map<String, String>? = null, serviceUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom headers that will be added to the webhook notifications.

Link copied to clipboard

The service URI for the webhook to post notifications.