Token Listing
DISPLAYS ALL TOKENS
Return a list of tokens
{
application/json:
schema:
type: array
items:
allOf:
- $ref: '#/components/schemas/TokenInfo'
- type: object
properties:
policies:
type: array
items:
type: string
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated