Entity plan
Read from CGS ID — the plan does not belong to a person.
The plan lives on auth.cgs-hub.com, not on the Hub.
curl -H "Authorization: Bearer YOUR_APPLICATION_KEY" \
"https://auth.cgs-hub.com/api/v1/entities/ent_01J/plan"{
"entity": { "id": "ent_01J", "kind": "server", "team_mode": null, "name": "…" },
"plan": "premium_plus",
"status": "active",
"interval": "year",
"current_period_end": "2026-10-01T00:00:00.000Z",
"grace_until": null,
"cancel_at_period_end": false,
"pending_change": null,
"delete_at": null,
"since": "2026-01-01T00:00:00.000Z",
"version": 12
}Application key scoped plans:read. Listing: POST /api/v1/entities/plans (up to 100).
Unknown or deleted entity: same response as a Standard entity. No 404.
kind: server | team. team_mode: solo | studio | null. See Plans.