Create an access token
POST/auth/v1/oauth2/access_token
Create an access token using a Client ID and Client Secret.
Your Client ID is your HTTP basic authentication username, your Client Secret is your HTTP basic authentication password.
Your Client ID and Client Secrets are created by the SASE Service when you create a service account or reset your service account.
All access tokens created using this API have a lifetime of 15 minutes.
Request
Responses
- 200
- 400
- 401
Returns an access token and access token metadata.
Invalid Request
Invalid Client