Pular para o conteúdo principal

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_KEY
loginstring

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-Key
WebhookAuthRequest
{
"type": "API_KEY",
"login": "X-Webhook-Key"
}