v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBtokensLibraryManagement
Get a token.
Get a token with the given identifier in the token library.
get/v1/tokens/{id}
Path parameters
idstring required
Identifier of the token to return.
Response
Token object that was requested.
Example response
{
"name": "token-name",
"description": "token description: for test.",
"status": "Active",
"type": "CollectorRegistrationTokenResponse"
}