cURL
curl --request POST \ --url https://api-next.ofauth.com/v2/vault/cache/list/:listId \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <x-connection-id>'
{ "queued": true, "listId": "<string>", "estimatedItems": 123 }
Queue caching of all media items from a specific vault list
Your OFAuth API key for authenticating requests.
1
Cache request queued
Was this page helpful?