Check updated item - CACHE HIT

GET {{BASE_URL}}/cache/:cacheName?key_base64={{cacheKey}}&token={{MOMENTO_AUTH}}

Now we want to see if our data returns the updated value we stored. We call the same GET endpoint as we have twice before, but we're checking the value to see if it's changed like we expect.

After getting the value back, we can parse the value into JSON and manipulate it like a normal object.

Request Params

KeyDatatypeRequiredDescription
key_base64string
tokenstring

RESPONSES

status: OK

"Hello world!"