Gallery Platform API
Reference

List campaign automations

Lists the relationship automation library: every automation with its enabled state and config. A gallery with no stored setting reads the library default.

GET
/gallery/campaign-automations

Lists the relationship automation library: every automation with its enabled state and config. A gallery with no stored setting reads the library default.

Authorization

bearerAuth campaigns:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: campaigns:read

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "automation": "new_work_alert",      "enabled": true,      "config": {        "engaged_days": 1,        "fair_lead_days": 3      }    }  ]}