Skip to main content
GET
/
client
/
showers
/
{id}
/
instantstart
Get instant start
curl --request GET \
  --url https://api.orbital-systems.com/client/showers/{id}/instantstart \
  --header 'x-api-key: <api-key>'
{
  "actions": [
    {
      "id": 123,
      "action": "<string>",
      "active": true,
      "day": 123,
      "time": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://orbitalsystems.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The shower ID

Response

Success

actions
object[]