GET
/api/v1/addons/seccl/{addon}/client/{account_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/addons/seccl/seccl/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "031DF6J",
"email": "test@example.com",
"title": "Ms",
"mobile": {
"locale": "en-GB",
"number": "07777000000",
"isMobile": true
},
"status": "Active",
"node_id": "1",
"surname": "Richardson",
"employers": [
{
"bankDetails": {
"sortCode": "12-34-56",
"accountNumber": "12345678"
},
"companyName": "Acme Corp",
"companyRegNo": "12345678",
"addressDetail": {
"country": "GB",
"postcode": "BC1 2AB",
"address_1": "123 Business Rd",
"address_2": "Business City",
"flat_number": null,
"building_name": null,
"building_number": "123"
}
}
],
"aml_passed": true,
"first_name": "Isabella",
"client_type": "Individual",
"nationality": "GB",
"bank_details": {
"sort_code": "12-34-56",
"account_number": "12345678",
"accepted_debit_mandate": true,
"accepted_debit_mandate_at": "2025-01-01T00:00:00.000Z"
},
"tax_domicile": "GB",
"date_of_birth": "1980-01-01",
"vulnerability": {
"reason": [
"Mental Health"
],
"isVulnerable": true,
"isSupportTemporary": true
},
"address_detail": {
"country": "United Kingdom",
"postcode": "SW1A 2AA",
"address_1": "Downing Street",
"address_2": "Westminster",
"flat_number": "1",
"building_name": "The White House",
"building_number": "1"
},
"marital_status": "Single",
"retirement_age": 65,
"terms_accepted": true,
"employment_status": "Employed",
"national_insurance_no": "AB123456C",
"requires_debit_mandate": true
}