WebhookAuthRequest
Configuração opcional de autenticação de saída enviada nas entregas de webhook.
typeWebhookAuthType (string)obrigatório
Valores possíveis: [BASIC, BEARER, API_KEY]
Exemplo
API_KEYloginstring
Username for BASIC or API-key header name. Required for BASIC and API_KEY. API-key header names must be valid HTTP field names and cannot replace Authorization, transport headers, or Destrava signature headers.
Exemplo
X-Webhook-KeyWebhookAuthRequest
{
"type": "API_KEY",
"login": "X-Webhook-Key"
}