cURL
Platforms
List Platforms
GET
cURL
Authorizations
JWT bearer token. App-user tokens are issued by POST /auth/token (the partner backend calls it as its platform service account); admin and dashboard tokens are issued via OIDC login.
Query Parameters
Platform lifecycle status.
Available options:
ACTIVE, INACTIVE Sort specification for list endpoints. Read the field names as
"sort on <column> by <direction>".
A half-open time range, with a mandatory start and an optional end.
Designed to be embedded in list/filter query params via #[serde(flatten)].
Deserialize runs [TimeRange::validate] as part of deserialization, so
callers never receive a [TimeRange] that violates start_time <= end_time.