Zapier · JSON Structure

Partner Api App Structure

App (Service).

Type: object Properties: 10 Required: 10
IntegrationiPaaS

App is a JSON Structure definition published by Zapier, describing 10 properties, of which 10 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

uuid title slug description image url links categories images app_latest

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-structure/partner-api-app-structure.json",
  "name": "App",
  "description": "App (Service).",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "uuid",
      "description": "The UUID identifier of this App",
      "example": "550e8400-e29b-41d4-a716-446655440000"
    },
    "title": {
      "type": "string",
      "description": "The title of this App",
      "example": "Example Name"
    },
    "slug": {
      "type": "string",
      "description": "The shortened slug identified of this App",
      "pattern": "^[-a-zA-Z0-9_]+$",
      "example": "example-value"
    },
    "description": {
      "type": "string",
      "description": "The description of this App",
      "example": "Example description for this resource."
    },
    "image": {
      "type": "uri",
      "description": "A URL to an image representing this App",
      "example": "https://example.com/path/abc123"
    },
    "url": {
      "type": "string",
      "readOnly": true,
      "description": "A URL to an embed with your App and this one",
      "example": "https://example.com/path/abc123"
    },
    "links": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "readOnly": true,
      "description": "An object whose 'mutual:zap_templates' key is a URL to shared Zap Templates between your App and this one",
      "example": {}
    },
    "categories": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Category"
      },
      "description": "A list of Categories associated with this App",
      "example": [
        {}
      ]
    },
    "images": {
      "type": "object",
      "additionalProperties": {},
      "description": "An object containing images representing this App of various sizes",
      "example": {}
    },
    "app_latest": {
      "type": "string",
      "readOnly": true,
      "description": "Shorthand for referencing the latest version of this App",
      "example": "example-value"
    }
  },
  "required": [
    "app_latest",
    "categories",
    "description",
    "image",
    "images",
    "links",
    "slug",
    "title",
    "url",
    "uuid"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/partner-api-app-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.