cURL
curl --request GET \ --url https://rest.staging.nickel.com/bill \ --header 'Authorization: Bearer <token>'
{ "bills": [ { "id": "<string>", "amountDueInCents": 123, "totalAmountInCents": 123, "vendorId": "<string>", "vendorName": "<string>", "dueDate": "<string>", "reference": "<string>", "status": "<string>", "documents": [ "<string>" ] } ], "totalResults": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number for pagination
Number of results per page
Filter bills by vendor name
Successful operation
Show child attributes