get
https://www.pelcro.com/api/v1/sdk/bills
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
List the Accounts Payable bills issued to the authenticated vendor, most recent first. Returns a cursor-paginated data array (an empty array when the vendor has no bills), together with links and meta for pagination.
Example:
curl --request GET \
--url 'https://www.pelcro.com/api/v1/sdk/bills?site_id=1232' \
--header 'Authorization: Bearer <JWT>'Pagination: results are returned 25 per page. To fetch the next page, pass the meta.next_cursor value from the previous response as the cursor query parameter.
