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/getAuthToken
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"}
Related CLI command: getAuthToken.