Skip to main content
GET
/
cache
/
get
Get User Cache Entry
curl --request GET \
  --url https://api.veryfront.com/cache/get \
  --header 'Authorization: Bearer <token>'
{
  "value": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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