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.

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
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."
}