Skip to main content
GET
Show customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Customer details

id
string
required
Example:

"abc123def456"

first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

email
string
required
Example:

"john@example.com"

created_at
string
required
Example:

"2025-01-15 10:30:00"

number
string | null
Example:

"CUST-001"

phone
string | null
Example:

"+31612345678"

organization_name
string | null
Example:

"Acme B.V."

address
string | null
Example:

"Keizersgracht 1"

postal_code
string | null
Example:

"1015AA"

city
string | null
Example:

"Amsterdam"

country
string | null
Example:

"NL"

vat_number
string | null
Example:

"NL123456789B01"

locale
enum<string> | null
Available options:
nl,
en,
fr,
de,
es
Example:

"nl"

mollie_customer_id
string | null
Example:

"cst_abc123"