Requires the script to be authorized. Dispatches jobs to each site. Requires script:run scope.
script:run
cURL
curl --request PUT \ --url https://api.altostrat.io/scheduled/{scheduledScript}/run \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of the scheduled script
Script run triggered
Was this page helpful?