Look up key details by providing the full API key string
Look up key details by providing the full API key string.Use this to identify an unknown key, inspect its permissions, check expiration, or verify it belongs to the expected API. The key is matched by its hash, so you must provide the complete key exactly as issued — even minor modifications will cause a not found error.Important: Never log, cache, or store API keys in your system as they provide full access to user resources.Required permissions:
api.*.read_key (to read keys from any API)
api.<api_id>.read_key (to read keys from a specific API)
If your root key lacks permissions but the key exists, the API may return a 404 to prevent leaking the existence of a key to unauthorized clients. If you believe a key should exist but receive a 404, double check your root key has the correct permissions.
See the API reference for the full HTTP endpoint documentation.
The complete API key string, including any prefix. Must be provided exactly as issued — even minor modifications will cause a not found error. Between 1 and 512 characters.