Skip to main content
GET
/
projects
/
{project_reference}
/
cache
/
get
Get Cache Entry
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/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.

Path Parameters

project_reference
string
required

Query Parameters

key
string
required

Cache key.

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

Response

Cache value or null when not found.

value
string | null
required