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://sc2-10-185-6-200.eng.vmware.com//csp/gateway/am/api/auth/api-tokens/authorize
COPY
Request Body
AuthorizationByRefreshTokenRequest of type(s) application/json
Optional
{
    "refresh_token": "string"
}
string
refresh_token
Optional

The refresh token.

Responses
200

default response

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

Scope

string
access_token
Optional

Access Token

string
refresh_token
Optional

Refresh Token

string
id_token
Optional

ID Token

string
token_type
Optional

Token Type

integer As int64 As int64
expires_in
Optional

Access Token Expiration