Create Be-IQ Risk Profile Invitation Run in API Explorer
Ask AI
POST
/api/v1/addons/be-iq/profiler/invite
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addons/be-iq/profiler/invite' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"client_account_uuid":"b483795a-cb64-40df-a0e4-1031f4475d0b","employee_account_uuid":"18b4b555-a4b2-4326-9c52-75dd50bd0db8"}'
Request examples
{
"client_account_uuid": "b483795a-cb64-40df-a0e4-1031f4475d0b",
"employee_account_uuid": "18b4b555-a4b2-4326-9c52-75dd50bd0db8"
}
Response examples (401)
{
"message": "Unauthenticated."
}