List automations
GET/v1/automations
Returns the automations for the company that owns the API key. Use each slug_id under automations.subscribe/unsubscribe/replace when creating a lead via POST /v1/webhooks/leads. Slug ids not listed here are silently ignored by the lead webhook (it still returns 202), so an integrator should look them up here first. status (ACTIVE / DISABLED / CANCELLED / FINISHED) tells you whether an automation is live — an automation can be enabled yet FINISHED/CANCELLED and therefore inert.
Responses
- 200
- 401
- 500
OK
Unauthorized
Internal Server Error