Home
Adobe Campaign
Adobe Campaign Standard Profile Structure
Adobe Campaign Standard Profile Structure
Profile from Adobe Campaign API
Type: object
Properties: 15
Campaign Management Customer Experience Email Marketing Marketing Automation Multi-Channel Marketing Transactional Messaging Customer Data Adobe Experience Cloud SMS Push Notifications Workflow-Automation Privacy
Profile is a JSON Structure definition published by Adobe Campaign, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
PKey
email
firstName
lastName
phone
mobilePhone
birthDate
gender
preferredLanguage
blackList
blackListEmail
blackListMobile
created
lastModified
subscriptions
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-standard-profile-structure.json",
"name": "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": "datetime",
"description": "Profile creation timestamp.",
"readOnly": true,
"example": "example_value"
},
"lastModified": {
"type": "datetime",
"description": "Last modification timestamp.",
"readOnly": true,
"example": "example_value"
},
"subscriptions": {
"type": "object",
"description": "Link to the profile subscriptions.",
"readOnly": true,
"properties": {
"href": {
"type": "string"
}
}
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/adobe-campaign-standard-profile-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.