ActiveCampaign · JSON Structure

Activecampaign Sms Recipients Response Structure

RecipientsResponse schema from ActiveCampaign API

Type: object Properties: 2
Marketing AutomationEmail MarketingCRMSales AutomationCustomer Experience

RecipientsResponse is a JSON Structure definition published by ActiveCampaign, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

recipients meta

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/activecampaign/refs/heads/main/json-structure/activecampaign-sms-recipients-response-structure.json",
  "name": "RecipientsResponse",
  "description": "RecipientsResponse schema from ActiveCampaign API",
  "type": "object",
  "properties": {
    "recipients": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Recipient"
      }
    },
    "meta": {
      "type": "object",
      "properties": {
        "total": {
          "type": "int32"
        },
        "limit": {
          "type": "int32"
        },
        "offset": {
          "type": "int32"
        }
      }
    }
  }
}