Zapier · JSON Structure

Partner Api Expanded Zap Structure

A Zap is an automated workflow that connects your apps and services together.

Type: object Properties: 8 Required: 7
IntegrationiPaaS

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

Properties

type id is_enabled last_successful_run_date updated_at title links steps

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-expanded-zap-structure.json",
  "name": "ExpandedZap",
  "description": "A Zap is an automated workflow that connects your apps and services together.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "readOnly": true,
      "description": "The type of this object.",
      "example": "standard"
    },
    "id": {
      "type": "string",
      "readOnly": true,
      "description": "A unique identifier of the Zap.",
      "example": "500123"
    },
    "is_enabled": {
      "type": "boolean",
      "default": true,
      "description": "Whether the Zap is enabled (running) or not.",
      "example": true
    },
    "last_successful_run_date": {
      "type": "string",
      "readOnly": true,
      "description": "The date/time at which this Zap last ran successfully. A null value indicates that a Zap has never run successfully.",
      "example": "example-value"
    },
    "updated_at": {
      "type": "string",
      "readOnly": true,
      "description": "The last time this Zap was updated",
      "example": "example-value"
    },
    "title": {
      "type": "string",
      "description": "The human readable name of the Zap.",
      "example": "Example Name"
    },
    "links": {
      "type": "object",
      "additionalProperties": {},
      "readOnly": true,
      "description": "Link to open this Zap in the Zapier Editor",
      "example": {}
    },
    "steps": {
      "type": "array",
      "description": "A list of the steps this Zap consists of",
      "items": {
        "oneOf": [
          {
            "$ref": "#/components/schemas/ExpandedZapStep"
          },
          {
            "type": "string"
          }
        ]
      },
      "example": [
        "example-value"
      ]
    }
  },
  "required": [
    "id",
    "last_successful_run_date",
    "links",
    "steps",
    "title",
    "type",
    "updated_at"
  ]
}

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-expanded-zap-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.