HashiCorp Vault · Schema
Vault Token
Represents an authentication token in HashiCorp Vault used to authenticate API requests and carry identity and policy information.
EncryptionIdentityInfrastructureSecrets ManagementSecurity
Properties
| Name | Type | Description |
|---|---|---|
| accessor | string | Token accessor used for token management without exposing the token ID |
| creation_time | integer | Token creation time as Unix epoch seconds |
| creation_ttl | integer | Original TTL in seconds |
| display_name | string | Human-readable display name for the token |
| entity_id | string | Identity entity ID associated with the token |
| expire_time | string | Token expiration time |
| explicit_max_ttl | integer | Explicit maximum TTL in seconds |
| id | string | Token ID (the actual secret value) |
| issue_time | string | Token issue time |
| meta | object | Metadata key-value pairs associated with the token |
| num_uses | integer | Remaining number of uses (0 for unlimited) |
| orphan | boolean | Whether the token is an orphan (no parent token) |
| path | string | Auth path that created this token |
| policies | array | Policies attached to the token |
| renewable | boolean | Whether the token is renewable |
| ttl | integer | Remaining TTL in seconds |
| type | string | Token type |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.hashicorp.com/schemas/vault/token.json",
"title": "Vault Token",
"description": "Represents an authentication token in HashiCorp Vault used to authenticate API requests and carry identity and policy information.",
"type": "object",
"properties": {
"accessor": {
"type": "string",
"description": "Token accessor used for token management without exposing the token ID"
},
"creation_time": {
"type": "integer",
"description": "Token creation time as Unix epoch seconds"
},
"creation_ttl": {
"type": "integer",
"description": "Original TTL in seconds"
},
"display_name": {
"type": "string",
"description": "Human-readable display name for the token"
},
"entity_id": {
"type": "string",
"description": "Identity entity ID associated with the token"
},
"expire_time": {
"type": "string",
"format": "date-time",
"description": "Token expiration time"
},
"explicit_max_ttl": {
"type": "integer",
"description": "Explicit maximum TTL in seconds"
},
"id": {
"type": "string",
"description": "Token ID (the actual secret value)"
},
"issue_time": {
"type": "string",
"format": "date-time",
"description": "Token issue time"
},
"meta": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Metadata key-value pairs associated with the token"
},
"num_uses": {
"type": "integer",
"description": "Remaining number of uses (0 for unlimited)"
},
"orphan": {
"type": "boolean",
"description": "Whether the token is an orphan (no parent token)"
},
"path": {
"type": "string",
"description": "Auth path that created this token"
},
"policies": {
"type": "array",
"items": {
"type": "string"
},
"description": "Policies attached to the token"
},
"renewable": {
"type": "boolean",
"description": "Whether the token is renewable"
},
"ttl": {
"type": "integer",
"description": "Remaining TTL in seconds"
},
"type": {
"type": "string",
"enum": ["service", "batch"],
"description": "Token type"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hvault-token"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.