Pinwheel · Schema
object
PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data
Properties
| Name | Type | Description |
|---|---|---|
| token | string | Short-lived token that is used to authorize Admin API endpoints. |
| expiration | string | Timestamp of when the Admin API token expires. |
| workspace_name | string | Name of the workspace the Admin API token is authorized for. |
| mode | object | The mode that the Admin API token is authorized for. |
| user_role | object | The role of the developer-dashboard user the Admin API token was authenticated with. |
JSON Schema
{
"properties": {
"token": {
"type": "string",
"format": "uuid",
"title": "token",
"description": "Short-lived token that is used to authorize Admin API endpoints."
},
"expiration": {
"type": "string",
"format": "date-time",
"title": "expiration",
"description": "Timestamp of when the Admin API token expires."
},
"workspace_name": {
"type": "string",
"title": "workspace_name",
"description": "Name of the workspace the Admin API token is authorized for."
},
"mode": {
"allOf": [
{
"type": "string",
"enum": [
"sandbox",
"development",
"production"
]
}
],
"description": "The mode that the Admin API token is authorized for."
},
"user_role": {
"allOf": [
{
"type": "string",
"enum": [
"owner",
"administrator",
"developer"
]
}
],
"description": "The role of the developer-dashboard user the Admin API token was authenticated with."
}
},
"type": "object",
"required": [
"token",
"expiration",
"workspace_name",
"mode",
"user_role"
],
"title": "object",
"x-tags": [
"Schemas"
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.pinwheelapi.com/CreateAdminTokenResponseData.json"
}
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/createadmintokenresponsedata"
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.