Skip to main content
GET
/
v1
/
automation
/
cloud-bootstrap
Bootstrap for an automation worker — returns enabled automations for the org
curl --request GET \
  --url http://0.0.0.0:3000/v1/automation/cloud-bootstrap \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

ok