Skip to main content
GET
/
api
/
rest
/
invoices
/
queues
/
ready-for-approval
List invoices ready for approval
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
    }
  }
}

Headers

authorization
string

Your API key for authentication

Query Parameters

limit
integer
default:10

Maximum number of invoices to return

offset
integer
default:0

Number of invoices to skip for pagination

Response

200 - application/json

List of invoices ready for approval

invoices
Invoices · object[]

Array of invoices ready for approval

invoicesAggregate
InvoicesAggregate · object

Aggregate information about the query results