GET
/
individual_customers
/
{id}
{
  "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>"
}

Path Parameters

id
string
required

Query Parameters

cursor
string | null
limit
number
default:100
Required range: 1 <= x <= 2000

Response

200
application/json

200

The response is of type object.