Skip to main content
GET
/
v1
/
automations
/
{id}
Get a automation
curl --request GET \
  --url https://api.slant.app/v1/automations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "abc123xyz",
  "name": "New Client Onboarding"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Path Parameters

id
string
required

The automation ID

Response

successful

id
string
required

The ID of the automation

Example:

"abc123xyz"

name
string
required

The name of the automation

Example:

"New Client Onboarding"