Pular para o conteúdo principal

WebhookAuthRequest

Optional outbound authentication configuration sent with webhook deliveries.

typeWebhookAuthType (string)required

Possible values: [BASIC, BEARER, API_KEY]

Example: API_KEY
loginstring

Username, API-key header name, or other public auth identifier. Required for BASIC and API_KEY.

Example: X-Webhook-Key
WebhookAuthRequest
{
"type": "API_KEY",
"login": "X-Webhook-Key"
}