Temso Docs
API referencePublishing

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.

GET
/zapier/projects

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"
    }
  ]
}