Zapier · JSON Structure

Partner Api Zap Step App Structure

Data for the App used in a given Zap's step

Type: object Properties: 10 Required: 10
IntegrationiPaaS

ZapStepApp 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

id uuid title slug description hex_color image images api url

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-zap-step-app-structure.json",
  "name": "ZapStepApp",
  "description": "Data for the App used in a given Zap's step",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "The numerical identifier of this Zap step's App",
      "example": 100
    },
    "uuid": {
      "type": "string",
      "description": "UUID identifier for this Zap step's App",
      "example": "550e8400-e29b-41d4-a716-446655440000"
    },
    "title": {
      "type": "string",
      "description": "The name of this App",
      "example": "Example Name"
    },
    "slug": {
      "type": "string",
      "description": "The shortened slug for this App",
      "example": "example-value"
    },
    "description": {
      "type": "string",
      "description": "The description of this App",
      "example": "Example description for this resource."
    },
    "hex_color": {
      "type": "string",
      "description": "The primary (hex) color for this App",
      "example": "example-value"
    },
    "image": {
      "type": "string",
      "description": "The image for this App",
      "example": "example-value"
    },
    "images": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ZapTemplateStepImages"
        }
      ],
      "description": "A set of images of various sizes for this App",
      "example": "example-value"
    },
    "api": {
      "type": "string",
      "description": "The name of the API this App references",
      "example": "example-value"
    },
    "url": {
      "type": "uri",
      "readOnly": true,
      "description": "The URL for this App",
      "example": "https://example.com/path/abc123"
    }
  },
  "required": [
    "api",
    "description",
    "hex_color",
    "id",
    "image",
    "images",
    "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-zap-step-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.