Set User Cache Entry
Set User Cache Entry
Stores a user-scoped cache value for the authenticated caller.
POST
Set User Cache Entry
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Body
application/json
User-scoped cache key to write.
Required string length:
1 - 512Pattern:
^[a-zA-Z0-9_:.\-/]+$String value to cache. JSON should be serialized before sending.
TTL in seconds. Use 0 for no expiry. Defaults to 300. Maximum 86400.
Required range:
0 <= x <= 86400Response
User-scoped cache value stored successfully.