GET
/
community-scripts
/
{id}
.rsc
curl --request GET \
  --url https://api.altostrat.io/community-scripts/{id}.rsc \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ULID of the script record

Response

200
text/plain

Script contents (RouterOS commands)

The response is of type string.