Get details for an authentication token
Returns the details for a specific authentication token identified by database ID or token secret. Only metadata for the token is returned; the token secret itself is not available. Only users with 'Manage Security' permission can use this function for a token they do not own.
Request
POST https://{hostname}:{port}
/cli/teamsecurity/getToken
Accept: {contentType}
Content-Type: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| Content-Type |
|
true | |
| Accept |
|
true |
This command takes a JSON request string or file. Use the following template for the request:
{"token": "Authentication token ID or secret"}
JSON example
{
"token": "194dba21-0199-cddb-1f04-4ad922fc5385"
}Related CLI command: getAuthToken.