List bills

List the Accounts Payable bills issued to the authenticated vendor, most recent first.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Query Params
int32
required

The unique identifier of the site associated with your account.

string

Opaque pagination cursor. Pass the meta.next_cursor (or meta.prev_cursor) value from a previous response to fetch the next (or previous) page.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json