List Counterparties

Get A Paginated List Of All Counterparties

Log in to see full request history

🚧

Paginated Response

Objects are returned in pages of 100 items. Pass the page=X query parameter, where X is the page number, to retrieve each page of the request result. Using page=1 will retrieve the first page of the result.

Example Response

{ "count": 1, "next": null, "previous": null, "results": [ { "id": "689cedfc-6711-4020-ba69-91fa2c1f614c", "name": "Dev Supplier 1X", "type": "Supplier", "created": "2024-04-24T16:09:05.030000", "updated": "2024-04-24T16:09:05.030000", "address_1": "Dev address 1", "address_2": "", "city": "Dev city", "state": "FL", "zipcode": "01111", "country": "USA", "primary_contact_email": "", "remit_email": "", "primary_contact_name": "", "primary_contact_phone": "", "bank_account_number": null, "bank_routing_number": null, "payment_method": "PrintedCheck", "internal_id": "DEVSUPPLIER-1X", "twelve_month_spend": null, "twelve_month_payment_count": null, "payment_terms": null, "tax_id": "", "ineligible_for_conversion": false, "business_type": null, "notes": "", "remit_data": null, "issue_one_disbursement_per_invoice": false } ] }
Query Params
integer

A page number within the paginated result set.

string

Case insensitive search for the value you pass appearing anywhere within the name of a counterparty.

string

Only return counterparties of the type specified.

string

Search for a counterparty with a secondary indentifier exactly matching the value passed.

string

An ISO 8601 formatted date. The result list will be filtered for counterparties that have been updated since the supplied date.

Responses

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