cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/cache/get \ --header 'Authorization: Bearer <token>'
{ "value": "<string>" }
Retrieve a value from the project-scoped cache
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Project ID or slug
Cache key
1 - 512
Cache value (null if not found)