Seccl - Get the seccl client associated with the account
Headers
-
Content-Type string
-
Accept string
GET /api/v1/addons/seccl/{addon}/client/{account_uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/addons/seccl/addon/client/account_uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"id": "031DF6J",
"email": "test@example.com",
"title": "Ms",
"status": "Active",
"node_id": "1",
"surname": "Richardson",
"first_name": "Isabella",
"client_type": "Individual",
"nationality": "GB",
"tax_domicile": "GB",
"date_of_birth": "1980-01-01",
"terms_accepted": true,
"address_details": {
"country": "United Kingdom",
"postcode": "SW1A 2AA",
"address_1": "Downing Street",
"address_2": "Westminster",
"flat_number": "1",
"building_name": "The White House",
"building_number": "1"
},
"national_insurance_no": "AB123456C"
}