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.pix-keys:read.curl --location --globoff '{{base_url}}/api/pix-keys' \
--header 'Authorization: Bearer {{api_key}}'{
"pixKeys": [
{
"id": "clpix0001",
"type": "CNPJ",
"key": "12345678000190",
"name": "Conta principal",
"isDefault": true,
"isVerified": true,
"status": "APPROVED",
"rejectionReason": null,
"createdAt": "2026-04-01T10:00:00.000Z"
}
]
}