POST
/
{site}
/
sync
/
execute
curl --request POST \
  --url https://api.altostrat.io/{site}/sync/execute \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>",
  "variables": {},
  "parameters": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

site
string
required

UUID of the site

Body

application/json

Sync (execute) request payload

The body is of type object.

Response

200

Command output from the router