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.products:read.curl --location --globoff '/api/products/{{product_id}}/abandoned' \
--header 'Authorization: Bearer <token>'{
"abandonedOrders": [
{
"id": "clorderAban",
"customerName": "João",
"customerEmail": "joao@exemplo.com",
"customerPhone": "11999998888",
"customerTaxId": "98765432100",
"status": "PENDING",
"amount": 29700,
"createdAt": "2026-05-04T15:30:00.000Z"
}
],
"total": 5,
"page": 1,
"limit": 10,
"totalPages": 1
}