GET
/
customers
{
  "has_more": true,
  "next_cursor": "<string>",
  "items": [
    {
      "id": 123,
      "name": "<string>",
      "url": "<string>",
      "billing_iban": "<string>",
      "payment_conditions": "upon_receipt",
      "phone": "<string>",
      "recipient": "<string>",
      "reference": "<string>",
      "notes": "<string>",
      "ledger_account": {
        "id": 123,
        "url": "<string>"
      },
      "emails": [
        "<string>"
      ],
      "billing_address": {
        "address": "<string>",
        "postal_code": "<string>",
        "city": "<string>",
        "country_alpha2": "ZZ"
      },
      "delivery_address": {
        "address": "<string>",
        "postal_code": "<string>",
        "city": "<string>",
        "country_alpha2": "ZZ"
      },
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "first_name": "<string>",
      "last_name": "<string>",
      "external_reference": "<string>",
      "customer_type": "individual"
    }
  ]
}

Query Parameters

cursor
string | null
limit
number
default:100
Required range: 1 <= x <= 2000
sort
enum<string>
default:-created_At
Available options:
-created_At
filter
object[]

Response

200
application/json

200

The response is of type object.