/
LE
lensesio
/
HashiCorp Vault API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 35m ago · Updated 1mo ago
View markdown
lensesio
HashiCorp Vault API
post
This endpoint will lookup a token and its properties.
latest
OpenAPI 3.0.2
Mozilla Public License 2.0
2026-07-17
307
105
155.2 KB
bd8194de0697
auth
21
get
List token accessors, which can then be be used to iterate and discover their properties or revoke them. Because this can be used to cause a denial of service, this endpoint requires 'sudo' capability in addition to 'list'.
post
The token create path is used to create new tokens.
post
The token create path is used to create new orphan tokens.
post
This token create path is used to create new tokens adhering to the given role.
get
This endpoint will lookup a token and its properties.
post
This endpoint will lookup a token and its properties.
post
This endpoint will lookup a token associated with the given accessor and its properties. Response will not contain the token ID.
get
This endpoint will lookup a token and its properties.
post
This endpoint will lookup a token and its properties.
post
This endpoint will renew the given token and prevent expiration.
post
This endpoint will renew a token associated with the given accessor and its properties. Response will not contain the token ID.
post
This endpoint will renew the token used to call it and prevent expiration.
post
This endpoint will delete the given token and all of its child tokens.
post
This endpoint will delete the token associated with the accessor and all of its child tokens.
post
This endpoint will delete the token and orphan its child tokens.
post
This endpoint will delete the token used to call it and all of its child tokens.
get
This endpoint lists configured roles.
get
/auth/token/roles/{role_name}
post
/auth/token/roles/{role_name}
delete
/auth/token/roles/{role_name}
post
This endpoint performs cleanup tasks that can be run if certain error conditions have occurred.
identity
105
secrets
15
system
166
auth
This endpoint will lookup a token and its properties.
post
/auth/token/lookup-self
Request body
TokenLookupSelfRequest
required
token
string
Token to look up (unused, does not need to be set)
Response
OK