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

Changes

No recorded changes to this endpoint across all 1 revision of this API.