[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Refresh Token

Description

Provide refresh token from access token api to refresh the token.

Request

Request

URL

URL


post
https://cloud.vmwarehorizon.com/auth/v1/refreshtoken
Copy

Query Parameters

Query Parameters

string
idp_tenant_domain Required

Request Body

Request Body

string of mimetype application/json Required
Response

Response

Response Body

Response Body

200 OK

Returns AuthResponse of type */*
{
    "access_token": "access-token",
    "id_token": "id_token",
    "refresh_token": "refresh_token",
    "user_id": "user_id"
}
string
access_token Optional

Access token


string
id_token Optional

Id token


string
refresh_token Optional

Refresh token


string
user_id Optional

User Id

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" https://cloud.vmwarehorizon.com/auth/v1/refreshtoken?idp_tenant_domain=string


Feedback

Was this page helpful?