Is the key valid?
GET /v1/auth/validate confirms the key is active and returns basic identity info
(Valid, UserId).
When does the key expire?
GET /v1/apiKey/validUntil returns the key’s expiry. A key with no expiry returns
31/12/9999.
Who does the key belong to?
GET /v1/user/profile returns the account profile behind the key — identifiers, name, and
the account’s nest count.
What has the account got left?
GET /v1/status returns the account’s subscription state — trial and payment flags, plus the
current nesting balance.
Is the API up?
GET /public/alive is an unauthenticated health check — no API key needed.