Validate Access Token

Validate Access Token

Note: This example explains the UAA API Token Workflow. If you’re looking to use the legacy token workflow, please replace “Bearer” with “Token” in the Authorization parameter of the Request Header.

Request
URI
GET
https://network.tanzu.vmware.com/api/v2/authentication
COPY
Header Parameters
string
Authorization
Required

Authorization


Responses
200

if successful

Returns ValidateAccessTokenResponse of type(s) application/json
{
    "message": "string",
    "status": 0
}
string
message
Optional

Message

integer As int32 As int32
status
Optional

Status of Validated Access Token


401

if user could not be authenticated

Operation doesn't return any data structure