OAuth Permission Scopes

Contents

Scopes are an OAuth 2.0 mechanism that places limits on OAuth tokens and thus limiting an application's access to a user's account. They do not grant additional permissions beyond the user's access.
For more information on Scopes, refer to the following article on the oauth.net website:
OAuth Scopes (External link)

Record Scopes

Scope : k:app_record:read

Available API :

Scope : k:app_record:write

Available API :

App Scopes

Scope : k:app_settings:read

Available API :

Scope : k:app_settings:write

Available API :

File Scopes

Scope : k:file:read

Available API :

Scope : k:file:write

Available API :