Scopes

Scopes control what actions a token can perform.

Access tokens can only access API endpoints covered by the scopes granted to them. A full reference of available scopes is below. In the "Endpoints" section of this documentation, you will find the scope of the each mentioned endpoint. Make sure to create an API Key that has the correct scope while creating your API key.

Read Scope

Read scope grants access to the endpoints that allows to get data from the Nuvio. You can select this scope if you only want to retrieve data that is already available in the Nuvio and send to the other tools and systems.

Write Scope

Write scope grants access to the endpoints that inserts new data to the Nuvio. You can select this scope if you want to insert or import data from other tools and systems into the Nuvio.

Update Scope

Write scope grants access to the endpoints that updates existing data in the Nuvio. You can select this scope if you want to make changes to an existing data that is already available in the Nuvio.

Last updated