curl --request GET \
--url https://api.example.com/api/v1/apikey/cache/{jti} \
--header 'Authorization: Bearer <token>'{
"jti": "<string>",
"id": 123
}Redis entry key is api key jti claim (JWT unique identifier). Redis entry value is an api key ID in RDB. Cache contains only revoked api keys, that aren’t expired naturally yet. Only admins can access this endpoint.
curl --request GET \
--url https://api.example.com/api/v1/apikey/cache/{jti} \
--header 'Authorization: Bearer <token>'{
"jti": "<string>",
"id": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.