Skip to main content
GET
/
startup_scripts
List Startup Scripts
curl --request GET \
  --url https://api.cloud.onidel.com/startup_scripts \
  --header 'Authorization: <api-key>'
{
  "scripts": [
    {
      "id": "b7e3f1a2-5678-4def-abcd-123456789abc",
      "name": "Install NGINX",
      "created": "2024-06-15T08:00:00Z",
      "updated": "2024-06-15T08:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Query Parameters

team_id
string<uuid>

Team ID to filter scripts. Default team will be used if not provided.

Response

Successful operation

scripts
object[]