Retrieve an automation by ID
cURL
curl --request GET \ --url https://api.slant.app/v1/automations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "abc123xyz", "name": "New Client Onboarding" }
OAuth 2.0 Bearer Token from Clerk authentication
The automation ID
successful
The ID of the automation
"abc123xyz"
The name of the automation
"New Client Onboarding"