Obtain Access TokenCopy Pagepost https://api.skyswitch.com/oauth2/tokenObtain access token.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Form Datagrant_typestringrequiredThe grant type to be used. Currently only 'password' and 'refresh_token' are supported.client_idstringrequiredThe SkySwitch assigned client id for the application.(Contact Skyswitch Control Tower to get a client_id)client_secretstringrequiredThe secret associated with the client. (Contact Skyswitch Control Tower to get a client_secret)usernamestringThe resource owner's username. Required in retrieving an access token.passwordstringThe resource owner's password. Required in retrieving an access token.scopestringScope that allow refreshing a token, use only the 'offline_access' value.refresh_tokenstringThe refresh token previously received from the api. Used for refreshing a token.Response 200Success.Updated 9 months ago