PUT
/
scheduled
/
{scheduledScript}
/
authorize
/
{token}
curl --request PUT \
  --url https://api.altostrat.io/scheduled/{scheduledScript}/authorize/{token} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

scheduledScript
string
required

UUID of the scheduled script

token
string
required

MD5 hash of the scheduled script’s UUID

Response

202

Script authorized