Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique id of the app |
| type | string | The type of this object. |
| image | string | Default image/icon to represent the app. |
| links | object | A url that, when visited, will direct the user to authenticate with the app and allow Zapier access to the app, thus creating a new Authentication. If value is `null`, then no authentication is requir |
| action_types | array | A list of action types for this specific App |
| title | string | Human readable name of the app |
| images | object | The URL of images (of various sizes) for this specific App |
| hex_color | string | A branded color that can be used to represent the app. |
| categories | array | A list of categories to which this app belongs. Helpful in identifying apps by type and functionality. |
| description | string | Human readable description of the app. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Apps",
"description": "An app that integrates with Zapier",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-apps-schema.json",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique id of the app",
"example": "500123"
},
"type": {
"type": "string",
"default": "app",
"description": "The type of this object.",
"example": "app"
},
"image": {
"type": "string",
"description": "Default image/icon to represent the app.",
"example": "example-value"
},
"links": {
"type": "object",
"additionalProperties": {},
"description": "A url that, when visited, will direct the user to authenticate with the app and allow Zapier access to the app, thus creating a new Authentication.\n\n If value is `null`, then no authentication is required to use the app. Client ID-authenticated requests will never have this object's fields populated.",
"example": {}
},
"action_types": {
"type": "array",
"items": {},
"description": "A list of action types for this specific App",
"example": [
"standard"
]
},
"title": {
"type": "string",
"description": "Human readable name of the app",
"example": "Example Name"
},
"images": {
"allOf": [
{
"$ref": "#/components/schemas/AppsImages"
}
],
"description": "The URL of images (of various sizes) for this specific App",
"example": "example-value"
},
"hex_color": {
"type": "string",
"description": "A branded color that can be used to represent the app.",
"example": "example-value"
},
"categories": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Category"
},
"description": "A list of categories to which this app belongs. Helpful in identifying apps by type and functionality.",
"example": [
{}
]
},
"description": {
"type": "string",
"description": "Human readable description of the app.",
"example": "Example description for this resource."
}
},
"required": [
"action_types",
"categories",
"description",
"hex_color",
"id",
"image",
"images",
"links",
"title"
]
}
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/partner-api-apps"
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.