Get A Paginated List Of All Counterparties

🚧

🚧 Default Maximum

Maximum number of objects returned per page is 100.

Example Response

{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
            "id": "0b575520-d4fc-47a5-a27a-7b2c062e075f",
            "name": "FinexioTest1",
            "type": "Buyer",
            "created": "2023-03-14T13:52:12.929815",
            "updated": "2023-03-14T13:52:13.267218",
            "address_1": null,
            "address_2": null,
            "city": null,
            "state": null,
            "zipcode": null,
            "country": "USA",
            "primary_contact_email": null,
            "remit_email": null,
            "primary_contact_name": null,
            "primary_contact_phone": null,
            "bank_account_number": null,
            "bank_routing_number": null,
            "payment_method": "",
            "internal_id": "Example1",
            "payment_terms": null,
            "tax_id": null,
            "notes": null
     },
        {
            "id": "b1d5a7e8-62fa-4e38-93bf-6be23bdefa82",
            "name": "Tires Supply",
            "type": "Supplier",
            "created": "2023-03-21T22:27:20.975073",
            "updated": "2023-03-21T22:27:20.975095",
            "address_1": "123 Main St.",
            "address_2": null,
            "city": "Orlando",
            "state": "FL",
            "zipcode": "32817",
            "country": "USA",
            "primary_contact_email": "[email protected]",
            "remit_email": "[email protected]",
            "primary_contact_name": "Tires Supply",
            "primary_contact_phone": "407-555-1212",
            "bank_account_number": "123456789",
            "bank_routing_number": "021000021",
            "payment_method": "PrintedCheck",
            "internal_id": "TIRESSUPPLY",
            "twelve_month_spend": 10,
            "twelve_month_payment_count": "80.00",
            "payment_terms": 30,
            "tax_id": "123-12-2222",
            "ineligible_for_conversion": false,
            "business_type": "Business",
            "notes": "Enter any additional information about your supplier"
}
    ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!