Bearer pela sua API Key real (vk_live_* produção, vk_test_* sandbox). Crie a chave em https://app.dotfy.com.br/dashboard/chaves-api. Sem o header → 401. Com chave inválida/revogada → 401. Com chave sem o escopo necessário → 403 insufficient_scope.webhooks:read.curl --location --globoff '{{base_url}}/api/webhook-endpoints' \
--header 'Authorization: Bearer {{api_key}}'{
"success": true,
"data": [
{
"id": "clwh0001",
"name": "Backend produção",
"url": "https://api.suaempresa.com.br/webhooks/dotfy",
"events": ["EVENT:CHARGE_PAID", "EVENT:CHARGE_EXPIRED", "EVENT:DISPUTE_OPENED"],
"isActive": true,
"successCount": 1432,
"failureCount": 4,
"lastSuccess": "2026-05-07T14:35:13.000Z",
"lastFailure": "2026-04-12T08:11:02.000Z",
"lastError": "Connection timeout",
"createdAt": "2026-04-01T10:00:00.000Z",
"updatedAt": "2026-05-07T14:35:13.000Z"
}
]
}