APIs.io Engineering Platform · Schema
Authentication Token
Authentication Token
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| token | string | The token used for authentication |
| expires_at | string | The time this token expires |
| permissions | object | |
| repositories | array | The repositories this token has access to |
| single_file | string | |
| repository_selection | string | Describe whether all repositories have been selected or there's a selection involved |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/authentication-token",
"title": "Authentication Token",
"description": "Authentication Token",
"type": "object",
"properties": {
"token": {
"description": "The token used for authentication",
"type": "string",
"example": "v1.1f699f1069f60xxx"
},
"expires_at": {
"description": "The time this token expires",
"type": "string",
"format": "date-time",
"example": "2016-07-11T22:14:10Z"
},
"permissions": {
"type": "object",
"example": {
"issues": "read",
"deployments": "write"
}
},
"repositories": {
"description": "The repositories this token has access to",
"type": "array",
"items": {
"$ref": "#/components/schemas/repository"
}
},
"single_file": {
"type": "string",
"example": "config.yaml",
"nullable": true
},
"repository_selection": {
"description": "Describe whether all repositories have been selected or there's a selection involved",
"type": "string",
"enum": [
"all",
"selected"
]
}
},
"required": [
"token",
"expires_at"
]
}
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/apis-io-engineering-platform-authentication-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.