cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/vault/list \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <x-connection-id>'
{ "items": [ { "id": "<string>", "type": "image", "duration": 123, "media": {} } ], "nextCursor": "<string>" }
List all cached media items for a connection with pagination
Your OFAuth API key for authenticating requests.
1
edge_only
pending
caching
cached
purged
vault
messages
posts
stories
List of media items
Show child attributes
Was this page helpful?