v1

latestOpenAPI 3.0.12026-07-268028223.9 KB
Automations

Get an automation

Retrieve an automation by ID

get/v1/automations/{id}

Path parameters

idstring required

The automation ID

Response

successful

idstring required

The ID of the automation

namestring required

The name of the automation

Example response

{
  "id": "abc123xyz",
  "name": "New Client Onboarding"
}
All 80 operations