Get all linked clients for a client Run in API Explorer
GET
/api/v1/client/{client_uuid}/linked-clients
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/linked-clients' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "Gareth",
"uuid": "a8146da1-2b3e-4530-9949-56af2d4a4d4a",
"relationship": "Father"
}