cURL
curl --request GET \ --url https://api.veryfront.com/cache/get \ --header 'Authorization: Bearer <token>'
{ "value": "<string>" }
Retrieve a value from the user-scoped cache.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cache key
1 - 512
^[a-zA-Z0-9_:.\-/]+$
Cache value (null if not found)