Skip to main content
POST
Get Multiple Cache Entries

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

Body

application/json
keys
string[]
required

Cache keys to fetch in a single request. Maximum 100.

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

Response

Cache values keyed by cache key.

values
object
required
hits
number
required
misses
number
required