/authorizationTokens

Resellers can retrieve access tokens for a given end-user account, assuming that the end-user account falls under the reseller's account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
scopes
array of strings
required
Defaults to vms.all

The sets of scopes the token's authorization should be limited to. Since a user can also have limited permissions, the final set of scopes is the intersection of the user's permissions and the requested scopes. Supported scopes:

  • vms.all: All possible scopes. Currently only vms.all is supported.
scopes*
string
enum
required
Allowed:
string
required
length ≥ 1

Id of the user for which a token should be generated.

string
enum
required
Allowed:
date-time

The time at which the token will expire, if it isn't revoked beforehand. Maximum expiration time is 6 months, minimum expiration time is 15 minutes. If not provided, the token expiry time will be set based on account settings.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json