Adobe Campaign · Schema

Profile

Profile from Adobe Campaign API

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel MarketingTransactional MessagingCustomer DataAdobe Experience CloudSMSPush NotificationsWorkflow-AutomationPrivacy

Properties

Name Type Description
PKey string Unique identifier for the profile.
email string Email address of the profile.
firstName string First name of the profile.
lastName string Last name of the profile.
phone string Phone number of the profile.
mobilePhone string Mobile phone number.
birthDate string Date of birth.
gender string Gender of the profile.
preferredLanguage string Preferred language code.
blackList boolean Whether the profile is on the deny list.
blackListEmail boolean Whether email is blocked for this profile.
blackListMobile boolean Whether SMS is blocked for this profile.
created string Profile creation timestamp.
lastModified string Last modification timestamp.
subscriptions object Link to the profile subscriptions.
View JSON Schema on GitHub

JSON Schema

adobe-campaign-standard-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-schema/adobe-campaign-standard-profile-schema.json",
  "title": "Profile",
  "description": "Profile from Adobe Campaign API",
  "type": "object",
  "properties": {
    "PKey": {
      "type": "string",
      "description": "Unique identifier for the profile.",
      "readOnly": true,
      "example": "example_value"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the profile.",
      "example": "user@example.com"
    },
    "firstName": {
      "type": "string",
      "description": "First name of the profile.",
      "example": "Example Campaign"
    },
    "lastName": {
      "type": "string",
      "description": "Last name of the profile.",
      "example": "Example Campaign"
    },
    "phone": {
      "type": "string",
      "description": "Phone number of the profile.",
      "example": "example_value"
    },
    "mobilePhone": {
      "type": "string",
      "description": "Mobile phone number.",
      "example": "example_value"
    },
    "birthDate": {
      "type": "string",
      "format": "date",
      "description": "Date of birth.",
      "example": "2026-04-17T12:00:00Z"
    },
    "gender": {
      "type": "string",
      "enum": [
        "male",
        "female",
        "unknown"
      ],
      "description": "Gender of the profile.",
      "example": "male"
    },
    "preferredLanguage": {
      "type": "string",
      "description": "Preferred language code.",
      "example": "example_value"
    },
    "blackList": {
      "type": "boolean",
      "description": "Whether the profile is on the deny list.",
      "example": true
    },
    "blackListEmail": {
      "type": "boolean",
      "description": "Whether email is blocked for this profile.",
      "example": true
    },
    "blackListMobile": {
      "type": "boolean",
      "description": "Whether SMS is blocked for this profile.",
      "example": true
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Profile creation timestamp.",
      "readOnly": true,
      "example": "example_value"
    },
    "lastModified": {
      "type": "string",
      "format": "date-time",
      "description": "Last modification timestamp.",
      "readOnly": true,
      "example": "example_value"
    },
    "subscriptions": {
      "type": "object",
      "description": "Link to the profile subscriptions.",
      "readOnly": true,
      "properties": {
        "href": {
          "type": "string"
        }
      }
    }
  }
}

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/adobe-campaign-standard-profile"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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