Scopes

As part of your application registration, you must provide the scopes your app requires.


For public integrations when your app is requesting authorisation from a user it will need to ask for a set of scopes. These scopes will be displayed to the user and describe what data your app will be able to access.

Whether you are a private or public integration you should request the minimum scopes required for whatever action that your organisation is performing. Later, if you find your organisation requires additional scopes you can request them by emailing api@flexitime.works.

Offline access

To get a refresh token, you must request the offline_access scope. A refresh token allows you to refresh your access token and maintain an offline connection.

offline_access