Endpoint
Overview
Check whether your API key is valid, expired, or revoked. This is a shared endpoint available to all key types. It is recommended to call this endpoint during SDK/app initialization to verify key validity before making other API calls.Request
Response
Active Key
Expired Key
Invalid Key
If the key does not exist or is malformed,401 is returned by the authentication filter:
Response Fields
| Field | Description |
|---|---|
status | Key status: active, expired, revoked |
key_type | Key type: client_sdk or rest_api |
key_prefix | First 12 characters of the key (for identification) |
tenant_code | Tenant code |
created_at | Key creation time |
expires_at | Expiration time (null if permanent) |