Get all linked clients for a client Run in API Explorer
Ask AI
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": "65642aa6-3b71-4910-84a8-891a4e909aea",
"relationship": "Father"
}