API Token Management¶
You can generate or revoke a token through the Managed Services API once you've presented verifiable credentials. You can also retrieve a token's details or retrieve information for all tokens.
Pass the key in a request header (--header or -H) as the Token value.
To generate an API token, you must have Generate Token permission.
- Authenticate a Request
When you make an API request, you must pass your REST API token to the method. - Generate a New Access Token
Generates a new access token for the user. - Retrieve Token Details
Retrieves information about a token. - Retrieve All Tokens
Retrieves all the tokens that are issued to a user. - Revoke an Access Token
Expires the token that is specified in the path parameter of the request.
Parent topic:Managed Services Platform API Reference