Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

List account invoices

GET {{baseUrl}}/accounts/{{accountId}}/invoices?status=PAID

Gets all invoices for a Qodex billing account filtered by the status of the invoice.

 

Body PARAM

Key Datatype Required Description 
status
string (Required) The invoice status. Currently accepts only the `PAID` value.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": [] }



Curl
curl -X GET 'https://api.getpostman.com/accounts/accountId/invoices?status=PAID?status=PAID'

ENDPOINTS