Is the key valid?
GET /auth/validate confirms the key is active and returns basic identity info
(Valid, UserId).
When does the key expire?
GET /apiKey/validUntil returns the key’s expiry. A key with no expiry returns
31/12/9999.
Check who a key belongs to, whether it’s valid, and when it expires.
GET /auth/validate confirms the key is active and returns basic identity info
(Valid, UserId).
GET /apiKey/validUntil returns the key’s expiry. A key with no expiry returns
31/12/9999.