Get all linked clients for a client
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
client_uuid
string Required
GET
/api/v1/client/{client_uuid}/linked-clients
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/client_uuid/linked-clients' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "Gareth",
"uuid": "58939c41-ca86-49ab-b68e-81471a42c75e",
"relationship": "Father"
}