Tealium · Example Payload

Tealium Collect Single Event Example

Example POST request to send a page_view event to the Tealium Collect HTTP API.

Customer Data PlatformCDPTag ManagementAudienceStreamReal-Time EventsVisitor ProfilesAudience SegmentationData CollectionPrivacy CompliancePersonalization

Tealium Collect Single Event Example is an example object payload from Tealium, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Send a Single Page View Event",
  "description": "Example POST request to send a page_view event to the Tealium Collect HTTP API.",
  "request": {
    "method": "POST",
    "url": "https://us-east-1-platform.tealiumapis.com/v3/collect/event",
    "headers": {
      "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
      "Content-Type": "application/json"
    },
    "body": {
      "tealium_account": "my-company",
      "tealium_profile": "main",
      "tealium_event": "page_view",
      "tealium_visitor_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "tealium_datasource": "abc123",
      "page_name": "Homepage",
      "page_type": "home",
      "page_url": "https://www.example.com/"
    }
  },
  "response": {
    "status": 200,
    "body": {}
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/tealium-collect-single-event-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

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