GET
/
scheduled
/
{scheduledScript}
/
authorize
Request authorization (trigger notifications)
curl --request GET \
  --url https://api.altostrat.io/scheduled/{scheduledScript}/authorize \
  --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<uuid>
required

Response

202

Notifications dispatched