Zylo Subscription
A subscription represents a configured instance of a SaaS application within the Zylo platform. Subscriptions typically have a 1:1 relationship with a given application, though an organization may have multiple subscriptions to the same application.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the subscription. |
| name | string | The display name of the subscription. |
| applicationId | string | The ID of the associated application. |
| applicationName | string | The name of the associated application. |
| status | string | The current status of the subscription. |
| owner | string | The owner of the subscription. |
| renewalDate | string | The next renewal date for the subscription. |
| annualCost | number | The annual cost of the subscription. |
| licenseCount | integer | The total number of licenses for this subscription. |
| usedLicenseCount | integer | The number of licenses currently in use. |
| createdAt | string | The date and time the subscription was created. |
| updatedAt | string | The date and time the subscription was last updated. |
| customFields | object | Custom fields associated with the subscription. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "subscription.json",
"title": "Zylo Subscription",
"description": "A subscription represents a configured instance of a SaaS application within the Zylo platform. Subscriptions typically have a 1:1 relationship with a given application, though an organization may have multiple subscriptions to the same application.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the subscription."
},
"name": {
"type": "string",
"description": "The display name of the subscription."
},
"applicationId": {
"type": "string",
"description": "The ID of the associated application."
},
"applicationName": {
"type": "string",
"description": "The name of the associated application."
},
"status": {
"type": "string",
"description": "The current status of the subscription.",
"enum": ["active", "inactive", "pending"]
},
"owner": {
"type": "string",
"description": "The owner of the subscription."
},
"renewalDate": {
"type": "string",
"format": "date",
"description": "The next renewal date for the subscription."
},
"annualCost": {
"type": "number",
"description": "The annual cost of the subscription."
},
"licenseCount": {
"type": "integer",
"description": "The total number of licenses for this subscription."
},
"usedLicenseCount": {
"type": "integer",
"description": "The number of licenses currently in use."
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "The date and time the subscription was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "The date and time the subscription was last updated."
},
"customFields": {
"type": "object",
"additionalProperties": true,
"description": "Custom fields associated with the subscription."
}
},
"required": ["id", "name", "applicationId", "status"]
}
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
curl "https://apis.io/api/v1/json-schemas/subscription"
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.