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.curl --location '/api/notifications' \
--header 'Authorization: Bearer <token>'{
"notifications": [
{
"id": "clnotif0001",
"userId": "cluser0001",
"type": "WITHDRAWAL_COMPLETED",
"title": "Saque realizado",
"message": "Seu saque de R$ 100,00 foi enviado para sua chave PIX.",
"read": false,
"readAt": null,
"data": {
"withdrawalId": "clwd0001"
},
"createdAt": "2026-05-07T10:30:00.000Z"
}
],
"unreadCount": 3
}