Tapad Tapestry Web API

The Tapestry Web API is Tapad's cross-device identity and audience endpoint. A client sends a GET request carrying a Tapad-issued partner id plus one or more device or user identifiers, and Tapad resolves them to a device clique in the Tapad Graph. The same call can read back key/value data, audience tags, resolved identifiers and the list of devices in the clique, and can write data and audience membership onto that clique. All input travels in the query string under a ta_ prefix; the response is a flat JSON object. Errors are returned with HTTP 200 and a proprietary errors[] envelope rather than a status code. The endpoint is live and answering as of 2026-08-12, but the only published clients for it are SDKs Tapad archived in 2014.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/tapad-tapestry-web-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
name: Tapad Tapestry Web API
description: The Tapestry Web API is Tapad's cross-device identity and audience endpoint. A client sends
  a GET request carrying a Tapad-issued partner id plus one or more device or user identifiers, and Tapad
  resolves them to a device clique in the Tapad Graph. The same call can read back key/value data, audience
  tags, resolved identifiers and the list of devices in the clique, and can write data and audience membership
  onto that clique. All input travels in the query string under a ta_ prefix; the response is a flat JSON
  object. Errors are returned with HTTP 200 and a proprietary errors[] envelope rather than a status code.
  The endpoint is live and answering as of 2026-08-12, but the only published clients for it are SDKs
  Tapad archived in 2014.
humanURL: https://github.com/Tapad/tapestry-ios-sdk
baseURL: https://tapestry.tapad.com/tapestry/1
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/tapad.png
tags:
- Identity
- Cross-Device
- Device Graph
- Audience
- Identity Resolution
properties:
- type: Authentication
  url: authentication/tapad-authentication.yml
- type: Conventions
  url: conventions/tapad-conventions.yml
- type: ErrorCatalog
  url: errors/tapad-problem-types.yml
- type: RateLimits
  url: rate-limits/tapad-rate-limits.yml
- type: SourceCode
  url: https://github.com/Tapad/tapestry-android-sdk