WebhookAuthRequest
Optional outbound authentication configuration sent with webhook deliveries.
typeWebhookAuthType (string)required
Possible values: [BASIC, BEARER, API_KEY]
Example:
API_KEYloginstring
Username, API-key header name, or other public auth identifier. Required for BASIC and API_KEY.
Example:
X-Webhook-KeyWebhookAuthRequest
{
"type": "API_KEY",
"login": "X-Webhook-Key"
}