EndpointsAPI KeysGet a single API key by IDGet a single API key by ID GET /api/api-keys/:id Returns metadata for a specific active API key owned by the authenticated user. The full key value is not included. Request Responses200400401404500API key metadataInvalid API key ID formatNot authenticatedAPI key not foundServer error