Get Access Token With Refresh Token

Get Access Token With Refresh Token

Exchange org scoped refresh token to user access token.

Request
URI
POST
https://{api_host}//cava-s-182-041.eng.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize
COPY
Query Parameters
string
refresh_token
Optional

The refresh token.


Responses
200

OK

Returns AccessToken of type(s) */*
{
    "access_token": "string",
    "expires_in": 0,
    "id_token": "string",
    "refresh_token": "string",
    "scope": "string",
    "token_type": "string"
}
string
access_token
Optional

Access Token

integer As int64 As int64
expires_in
Optional

Access Token Expiration

string
id_token
Optional

ID Token

string
refresh_token
Optional

Refresh Token

string
scope
Optional

Scope

string
token_type
Optional

Token Type