List bills

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
string
Headers
string
required
Defaults to Bearer <token>
string
Defaults to application/json
Responses

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