Sends the script to the configured test_site_id only. Requires script:run scope.
test_site_id
script:run
cURL
curl --request PUT \ --url https://api.altostrat.io/scheduled/{scheduledScript}/run-test \ --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
Test job dispatched
Was this page helpful?