Stations

The Station Object

The Station object represents a station entity used across the API as a core tenancy/context boundary. It holds identifying and contact details (name, subdomain, phone, address), and is referenced throughout other resources via station_uuid. In plain terms, it’s the home context for most records in the system.

ValueTypeDescription
uuidstringStation UUID.
namestringStation name.
subdomainstringStation subdomain.
phone_numberstringStation phone number.
addressstringStation address.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.