Get all linked clients for a client
Headers
-
Content-Type string
-
Accept string
GET /api/v1/client/{client_uuid}/linked-clients
curl \
-X GET https://api.plannrcrm.com/api/v1/client/client_uuid/linked-clients \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "Gareth",
"uuid": "b289e763-a7dd-4b46-a9d2-8d4263c69885",
"relationship": "Father"
}