Logo

Command Palette

Search for a command to run...

Scoped Access

A user's scope defines the limits of the actions the user can perform with the Cloud 66 API. The user's scope is encrypted as part of the OAuth access token. Users cannot submit requests not allowed by their defined scopes.

For the web flow, requested scopes be displayed to the user on the authorize form.

ScopeDescription
no scopeUsers with this scope have public read-only access and can view limited stack information.
publicUsers with this scope have public read-only access and can view limited stack information.
redeployUsers with this scope can redeploy any stacks they can access.
jobsUsers with this scope can view the scheduled jobs for the stacks they can access.
usersUsers with this scope can manage other users' mobile devices.
adminUsers with this scope can set and manage settings for the servers they can access.

https://app.cloud66.com/oauth/authorize?client_id=...&scope=public+redeploy