Skip to main content
GET
Get User Cache Entry

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Query Parameters

key
string
required

User-scoped cache key to read.

Required string length: 1 - 512
Pattern: ^[a-zA-Z0-9_:.\-/]+$

Response

User-scoped cache value or null when the key is absent.

value
string | null
required