Scope
Dashboard Access Token
By default, your users can make changes to their dashboards. However, if you want to provide a read-only view to your users, you
can change the scope
property to 'read'
.
The allowed scope values are 'read_write'
and 'read'
, and the default is read_write
.