Get User Cache Entry
Get User Cache Entry
Retrieves a user-scoped cache value for the authenticated caller.
GET
Get User Cache Entry
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Query Parameters
User-scoped cache key to read.
Required string length:
1 - 512Pattern:
^[a-zA-Z0-9_:.\-/]+$Response
User-scoped cache value or null when the key is absent.