Zuplo · Schema
Zuplo Consumer
A consumer resource representing a group of API keys in a Zuplo bucket
AI GatewayAPI ManagementGatewaysPlatform
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Unique name for the consumer within the bucket |
| bucketName | string | The bucket this consumer belongs to |
| description | string | Human-readable description of the consumer |
| tags | object | Custom metadata tags for the consumer |
| sub | string | Subject identifier for the consumer |
| createdOn | string | Creation timestamp |
| updatedOn | string | Last update timestamp |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.com/zuplo/json-schema/zuplo-consumer-schema.json",
"title": "Zuplo Consumer",
"description": "A consumer resource representing a group of API keys in a Zuplo bucket",
"type": "object",
"required": ["name", "bucketName"],
"properties": {
"name": {
"type": "string",
"description": "Unique name for the consumer within the bucket"
},
"bucketName": {
"type": "string",
"description": "The bucket this consumer belongs to"
},
"description": {
"type": "string",
"description": "Human-readable description of the consumer"
},
"tags": {
"type": "object",
"description": "Custom metadata tags for the consumer",
"additionalProperties": {
"type": "string"
}
},
"sub": {
"type": "string",
"description": "Subject identifier for the consumer"
},
"createdOn": {
"type": "string",
"format": "date-time",
"description": "Creation timestamp"
},
"updatedOn": {
"type": "string",
"format": "date-time",
"description": "Last update timestamp"
}
}
}
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/zuplo-consumer"
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.