Retrieve a front-end access token to retrieve the Be-IQ front-end data
This is only allowed to be accessed by our own front-end.
Headers
-
Content-Type
string -
Accept
string
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"