Kit · Schema

Add subscriber to form Response

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcastsWebhookMCPAgentsAuthenticationMarketing AutomationLanding PagesSegmentationEmail CampaignsSoftware-as-a-ServiceCommerce

Properties

Name Type Description
subscriber object
View JSON Schema on GitHub

JSON Schema

add_subscriber_to_form_response.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/add_subscriber_to_form_response.json",
  "title": "Add subscriber to form Response",
  "x-tag": "Forms",
  "type": "object",
  "properties": {
    "subscriber": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "first_name": {
          "type": "string",
          "nullable": true
        },
        "email_address": {
          "type": "string"
        },
        "state": {
          "type": "string",
          "nullable": true,
          "enum": [
            "active",
            "cancelled",
            "bounced",
            "complained",
            "inactive"
          ]
        },
        "created_at": {
          "type": "string"
        },
        "added_at": {
          "type": "string"
        },
        "fields": {
          "type": "object",
          "properties": {}
        },
        "referrer": {
          "type": "string"
        },
        "referrer_utm_parameters": {
          "type": "object",
          "properties": {
            "source": {
              "type": "string"
            },
            "medium": {
              "type": "string"
            },
            "campaign": {
              "type": "string"
            },
            "term": {
              "type": "string"
            },
            "content": {
              "type": "string"
            }
          },
          "required": [
            "source",
            "medium",
            "campaign",
            "term",
            "content"
          ]
        }
      },
      "required": [
        "id",
        "first_name",
        "email_address",
        "state",
        "created_at",
        "added_at",
        "referrer",
        "referrer_utm_parameters",
        "fields"
      ]
    }
  },
  "required": [
    "subscriber"
  ]
}

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/add_subscriber_to_form_response"
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.