Retrieve a front-end access token to retrieve the Be-IQ front-end data Run in API Explorer
This is only allowed to be accessed by our own front-end.
GET
/api/v1/addons/be-iq/token
curl \
--request GET 'https://api.plannrcrm.com/api/v1/addons/be-iq/token' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}