v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBtokensLibraryManagement
Create a token.
Create a token in the token library.
post/v1/tokens
Request body
Example request
{
"name": "token-name",
"description": "token description: for test.",
"status": "Active",
"type": "CollectorRegistration"
}Response
The token has been created.
Example response
{
"name": "token-name",
"description": "token description: for test.",
"status": "Active",
"type": "CollectorRegistrationTokenResponse"
}