The Only API docs
Automations

Get an automation

Guide: [Automations](/docs/automations)

GET
/automations/{automation_id}

Guide: Automations

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

automation_id*integer

Response Body

application/json

curl -X GET "https://example.com/automations/0"
{  "automation": null,  "success": true}