Obtain Access Token

Obtain access token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
required

The grant type to be used. Currently only 'password' and 'refresh_token' are supported.

string
required

The SkySwitch assigned client id for the application.(Contact Skyswitch Control Tower to get a client_id)

string
required

The secret associated with the client. (Contact Skyswitch Control Tower to get a client_secret)

string

The resource owner's username. Required in retrieving an access token.

string

The resource owner's password. Required in retrieving an access token.

string

Scope that allow refreshing a token, use only the 'offline_access' value.

string

The refresh token previously received from the api. Used for refreshing a token.

Response

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