Skip to main content
GET
Get customer

Autorisierungen

X-Api-Key
string
header
erforderlich

Pfadparameter

customer_id
string
erforderlich

Customer identifier

Beispiel:

"cust_r8s9t0u1"

Antwort

Customer details

A customer assigned to the BRP

id
string
erforderlich

Unique customer identifier

Beispiel:

"cust_r8s9t0u1"

name
string
erforderlich

Customer display name

Beispiel:

"SolarDach GmbH"

status
enum<string>
erforderlich

Customer status

Verfügbare Optionen:
pending,
active,
deactivated
Beispiel:

"active"

balance_group
object | null
erforderlich

A balance group assignment

metadata
object
erforderlich

BRP-defined key-value pairs (free-form)

Beispiel:
assigned_at
string<date-time>
erforderlich

ISO 8601 timestamp when the customer was assigned

Beispiel:

"2026-01-10T09:00:00Z"

created_at
string<date-time>
erforderlich

ISO 8601 creation timestamp

Beispiel:

"2026-01-10T09:00:00Z"

activated_at
string<date-time> | null

ISO 8601 timestamp when the customer was activated

Beispiel:

"2026-01-10T11:30:00Z"