Scheduled Scripts
Authorize a scheduled script
Sets authorized_at
if provided token matches md5(id)
. Requires script:authorize
scope. Fails if already authorized.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
UUID of the scheduled script
MD5 hash of the scheduled script’s UUID
Response
202
Script authorized