Lista de Notas em processamento
Endpoint
Exemplo cURL
Last updated
Last updated
GET /api/receipt/list/unprocessed HTTP/1.1
Host: apim.niiw.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"_id": "text",
"type": "text",
"qrcode": "text",
"url": "text",
"accessCode": "text",
"params": "text",
"state": "text",
"data": {},
"transaction": {},
"origin": {},
"user": {
"_id": "text"
},
"attempts": 1,
"processed": true,
"processed_at": "2025-12-16T19:23:01.625Z"
}
]curl -X 'GET' \
'https://apim.niiw.io/api/receipt/list/unprocessed' \
-H 'accept: application/json' \
-H 'Authorization: Bearer eyJhbGciO.................'