read.control.platform_credentials
The credentials of the platform itself (id, actor, name, powers, status, expiry, last use) — never the token. Control.
- Surface:
GET /v1/control/read/platform_credentials - Auth: ★ Control read (platform) — a PLATFORM credential is REQUIRED: a tenant or extension actor is
forbidden, an anonymous callerunauthorized. This face is the fleet operator’s and is never tenant-bound, so whatever tenant scoping this read has comes from an explicit parameter below, never from the caller’s identity.
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": {}, "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this capability does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)