Get an adviser split
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
GET
/api/v1/adviser-split/{adviserSplit_uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/adviser-split/adviserSplit_uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Trainee Rate",
"type": "adviser",
"uuid": "82b8f6d2-5002-4de5-8bc3-be87ff69f67b",
"created_at": "2025-01-12T12:56:00+00:00",
"updated_at": "2025-01-12T12:56:00+00:00",
"firm_percentage": 30,
"adviser_percentage": 30
}