List Projects (Zapier)
Projects this API key can publish to, used by the Temso Zapier app to validate the connection and populate the project dropdown. Requires the content:publish scope.
Projects this API key can publish to, used by the Temso Zapier app to validate the connection and populate the project dropdown. Requires the content:publish scope.
Response Body
application/json
curl -X GET "https://example.com/zapier/projects"{
"data": [
{
"id": "string",
"name": "string"
}
]
}Ingest Traffic Events POST
Accepts batches of request events (1–500 per call) from a Cloudflare Worker installed at your edge, used by the Temso traffic integration to attribute AI-driven visits. Requires an API key with the traffic:ingest scope; the worker generated during setup calls this endpoint for you — you don't need to call it when consuming the API.
Create Publish Subscription POST
Subscribes a webhook URL to article publishes in a project (used by the Temso Zapier app when a Zap is turned on). Publish payloads are POSTed to the URL as contract v1. Returns the subscription ID needed to unsubscribe.