Temso Docs
API referencePublishing

List Publish Payload Samples

Returns recent article publishes rendered as contract v1 payload samples (used by the Temso Zapier app so fields can be mapped in the Zap editor without a real publish). Falls back to a static sample when the project has no publishes yet.

GET
/projects/{projectId}/zapier/publish-samples

Returns recent article publishes rendered as contract v1 payload samples (used by the Temso Zapier app so fields can be mapped in the Zap editor without a real publish). Falls back to a static sample when the project has no publishes yet.

Path Parameters

projectId*string

Project ID (see List Projects)

Response Body

application/json

curl -X GET "https://example.com/projects/string/zapier/publish-samples"
{
  "data": [
    {
      "property1": null,
      "property2": null
    }
  ]
}