Kit · Schema

Add subscriber to form Request

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Properties

Name Type Description
referrer string
View JSON Schema on GitHub

JSON Schema

add_subscriber_to_form_request.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_request.json",
  "title": "Add subscriber to form Request",
  "x-tag": "Forms",
  "type": "object",
  "properties": {
    "referrer": {
      "type": "string"
    }
  },
  "required": [
    "referrer"
  ]
}