Retrieve a token
Retrieves the token with the given ID.
POST
/v1/tokens/:id
The above command returns JSON structured like this:
Arguments
Parameter
Type
Required
Description
token
string
required
The ID of the desired token.
Returns
Returns a token if a valid ID was provided. Returns an error otherwise.
Last updated