Skip to main content
GET
/
api
/
v1
/
apikey
/
cache
/
{jti}
get redis cache value by key
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.

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

jti
string
required

Response

200 - application/json

OK

jti
string
id
integer<int64>