Get A Paginated List Of All Counterparties

🚧

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
        }
    ]
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!