Create Be-IQ Risk Profile Invitation Run in API Explorer
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":"7c7eee02-239b-4e72-b83e-f7185c777493","employee_account_uuid":"cfb3cfdc-767e-4a09-9ee7-c5f052f59c03"}'
Request examples
{
"client_account_uuid": "7c7eee02-239b-4e72-b83e-f7185c777493",
"employee_account_uuid": "cfb3cfdc-767e-4a09-9ee7-c5f052f59c03"
}
Response examples (401)
{
"message": "Unauthenticated."
}