curl --request GET \
--url https://api.upwell.com/api/rest/invoices/queues/ready-for-approval{
"invoices": [
{
"approvedToSend": true,
"createdAt": "2023-11-07T05:31:56Z",
"customer": {
"id": "<string>",
"name": "<string>"
},
"customerId": "<string>",
"id": "<string>",
"issueDate": "2023-12-25",
"number": "<string>",
"status": "APPROVED",
"totalAmount": 123
}
],
"invoicesAggregate": {
"aggregate": {
"count": 123
}
}
}Retrieve a paginated list of customer invoices that are ready for approval. Returns invoices in CREATED status with approvedToSend=false and no open exceptions.
curl --request GET \
--url https://api.upwell.com/api/rest/invoices/queues/ready-for-approval{
"invoices": [
{
"approvedToSend": true,
"createdAt": "2023-11-07T05:31:56Z",
"customer": {
"id": "<string>",
"name": "<string>"
},
"customerId": "<string>",
"id": "<string>",
"issueDate": "2023-12-25",
"number": "<string>",
"status": "APPROVED",
"totalAmount": 123
}
],
"invoicesAggregate": {
"aggregate": {
"count": 123
}
}
}Your API key for authentication
Maximum number of invoices to return
Number of invoices to skip for pagination