curl --request POST \
--url https://api.ofauth.com/v2/vault-plus/store/list/:listId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"queued": true,
"listId": "<string>",
"estimatedItems": 123
}Queue storage of all media items from a specific vault list
curl --request POST \
--url https://api.ofauth.com/v2/vault-plus/store/list/:listId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"queued": true,
"listId": "<string>",
"estimatedItems": 123
}Was this page helpful?