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

The cursor from which to start the pagination

limit
number
default:100

The number of items to return per page

Required range: 1 <= x <= 2000

Response

200

id
number
required
name
string
required
billing_iban
string | null
required
payment_conditions
enum<string>
required
Available options:
upon_receipt,
custom,
7_days,
15_days,
30_days,
30_days_end_of_month,
45_days_end_of_month,
45_days,
60_days
phone
string
required
recipient
string
required
reference
string | null
required
notes
string | null
required
emails
string[]
required
first_name
string
required
last_name
string
required
url
string | null
ledger_account
object | null
billing_address
object | null
delivery_address
object | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
external_reference
string