cURL
curl --request GET \ --url https://api.example.com/customers/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "active", "full_name": "<string>", "onboarding": "<string>", "mifid_category": "<string>", "address": { "line1": "<string>", "line2": "<string>", "line3": "<string>", "district_county": "<string>", "city": "<string>", "postal_code": "<string>", "country_code": "<string>" }, "phone_number": "<string>", "risk_profile": "<string>", "risk_score": "<string>", "referrer_code": "<string>", "customer_type": "<unknown>", "first_name": "<string>", "last_name": "<string>", "date_of_birth": "2023-11-07T05:31:56Z", "nationalities": [ "<string>" ], "passport_number": "<string>", "id_number": "<string>", "tax_number": "<string>", "created_at": "2023-11-07T05:31:56Z", "modified_at": "2023-11-07T05:31:56Z" }
Retrieve a customer by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Unique resource identifier.
active
suspended
closing
closed
Show child attributes
The timestamp (in ISO-8601 format) of when the resource was created.
The timestamp (in ISO-8601 format) of when the resource was last modified.