Skip to main content
GET
/
api
/
service-specs
List all service specs.
curl --request GET \
  --url https://api.rigbox.dev/api/service-specs \
  --header 'Authorization: Bearer <token>'
{
  "services": [
    {
      "auto_enable": true,
      "created_at": "<string>",
      "env_vars": {},
      "exec_start": "<string>",
      "id": "<string>",
      "name": "<string>",
      "restart_policy": "<string>",
      "source": "<string>",
      "systemd_unit_preview": "<string>",
      "updated_at": "<string>",
      "user_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of service specs

services
object[]
required