Get customer

GET https://rcur.app/api/v2/customers/{id}

Path Parameters

Name
Type
Description

{id}*

String

The ID of the customer

{
    "id": "YJRQAMRQ6y",
    "number": "RC1234",
    "first_name": "John",
    "last_name": "Doe",
    "email": "[email protected]",
    "phone": "+31612345678",
    "organization_name": "Doe Co.",
    "address": "Street name 123",
    "postal_code": "1234AB",
    "city": "City name",
    "country": "NL",
    "vat_number": "NL123456789B01",
    "locale": "nl",
    "mollie_customer_id": "cst_xDjnf3Kdx",
    "created_at": "2022-02-24 12:34:56"
}

Last updated

Was this helpful?