Zapier · Schema

ZapStepApp

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

IntegrationiPaaS

Properties

Name Type Description
id integer The numerical identifier of this Zap step's App
uuid string UUID identifier for this Zap step's App
title string The name of this App
slug string The shortened slug for this App
description string The description of this App
hex_color string The primary (hex) color for this App
image string The image for this App
images object A set of images of various sizes for this App
api string The name of the API this App references
url string The URL for this App
View JSON Schema on GitHub

JSON Schema

zapier-zapstepapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ZapStepApp",
  "title": "ZapStepApp",
  "type": "object",
  "description": "Data for the App used in a given Zap's step",
  "properties": {
    "id": {
      "type": "integer",
      "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": "string",
      "format": "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 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zapier-zapstepapp"
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 email required.

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