Scopes

Your App is granted permission to access resources via scopes. 

Think of each scope as an access role/privilege. Private Apps are assigned scopes explicitly within its settings. Whereas, Public Apps, or any App that goes through the Authorisation protocol, must request access from the user. 

Resource Scopes

The following scopes relate to Evance API resources.

Scopes
contacts / contacts.readonly

Access to contact based data, including the following resources:

content / content.readonly

Access to CMS based content/data, including the following resources:

geozones / geozones.readonly

Access to Geozone data, including the following resources:

inventory / inventory.readonly

Access to product inventory at any location, includes the following resources:

products / products.readonly

Access to product related data, including the following resources:

roles / roles.readonly

Access to managing custom frontend access roles:


OpenID Connect Scopes

The following scopes relate to OpenID Connect.

openid
Required by OpenID Connect to obtain a idtoken during authentication.
profile
Allow access to personal data including first name, last name, username and website.
email
Allow access to email address.
address
Allow access to postal address.
phone
Allow access to phone number.
offline_access
Allow access to user account when not logged in.