cURL
curl --request GET \ --url https://rcur.app/api/v2/customers/{id}
{ "id": "abc123def456", "first_name": "John", "last_name": "Doe", "email": "john@example.com", "created_at": "2025-01-15 10:30:00", "number": "CUST-001", "phone": "+31612345678", "organization_name": "Acme B.V.", "address": "Keizersgracht 1", "postal_code": "1015AA", "city": "Amsterdam", "country": "NL", "vat_number": "NL123456789B01", "locale": "nl", "mollie_customer_id": "cst_abc123" }
Customer details
"abc123def456"
"John"
"Doe"
"john@example.com"
"2025-01-15 10:30:00"
"CUST-001"
"+31612345678"
"Acme B.V."
"Keizersgracht 1"
"1015AA"
"Amsterdam"
"NL"
"NL123456789B01"
nl
en
fr
de
es
"nl"
"cst_abc123"