Tealium · Schema
Tealium Bulk Event Payload
Schema for a bulk event request (up to 10 events) sent to the Tealium Collect HTTP API.
Customer Data PlatformCDPTag ManagementAudienceStreamReal-Time EventsVisitor ProfilesAudience SegmentationData CollectionPrivacy CompliancePersonalization
Properties
| Name | Type | Description |
|---|---|---|
| shared | object | Common fields applied to all events in this batch |
| events | array | Array of individual event objects (max 10 per request) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tealium/main/json-schema/tealium-bulk-event-payload.json",
"title": "Tealium Bulk Event Payload",
"description": "Schema for a bulk event request (up to 10 events) sent to the Tealium Collect HTTP API.",
"type": "object",
"required": ["shared", "events"],
"properties": {
"shared": {
"type": "object",
"description": "Common fields applied to all events in this batch",
"properties": {
"tealium_account": {
"type": "string",
"description": "Tealium account name"
},
"tealium_profile": {
"type": "string",
"description": "Tealium profile name"
},
"tealium_environment": {
"type": "string",
"enum": ["dev", "qa", "prod"],
"description": "Deployment environment"
},
"tealium_datasource": {
"type": "string",
"description": "Data source key"
},
"tealium_visitor_id": {
"type": "string",
"description": "Visitor identifier shared across all events in batch"
}
},
"additionalProperties": {
"type": ["string", "number", "boolean"]
}
},
"events": {
"type": "array",
"description": "Array of individual event objects (max 10 per request)",
"minItems": 1,
"maxItems": 10,
"items": {
"type": "object",
"required": ["tealium_event"],
"properties": {
"tealium_event": {
"type": "string",
"description": "Event type identifier for this specific event"
},
"tealium_visitor_id": {
"type": "string",
"description": "Override visitor ID for this specific event"
}
},
"additionalProperties": {
"type": ["string", "number", "boolean"],
"description": "Custom event-specific attributes"
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tealium-bulk-event-payload"
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.