cURL
curl --request GET \ --url https://api.rigbox.dev/api/setup-scripts/{id} \ --header 'Authorization: Bearer <token>'
{ "content": "<string>", "created_at": "<string>", "id": "<string>", "name": "<string>", "run_on": "<string>", "script_order": 123, "source": "<string>", "updated_at": "<string>", "user_id": "<string>" }
Get a setup script by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Script ID
Setup script details