Retrieve a front-end access token to retrieve the Be-IQ front-end data

GET /api/v1/addons/be-iq/token

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 {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json"