When can I /retrieve data?

The FrankieOne service maintains a cache of API responses that can be (re)retrieved through the /retrieve/{requestID} API call.

Not all requestIDs are retrievable though. The following is a list of scenarios when they are:

  • If there's been a request for a background/asynchronous call,a FUNCTION webhook notification will be returned with a requestID. That requestID will be available to /retrieveendpoint.

  • If you’ve performed a regular, synchronous API call with a response, then the requestID in said response will also be available to /retrieve

Cached responses are available for up to 7 days.