curl --request GET \
--url https://api.ofauth.com/v2/vault-plus/list \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"items": [
{
"id": "<string>",
"type": "image",
"duration": 123,
"media": {}
}
],
"nextCursor": "<string>"
}List all stored media items for a connection with pagination
curl --request GET \
--url https://api.ofauth.com/v2/vault-plus/list \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"items": [
{
"id": "<string>",
"type": "image",
"duration": 123,
"media": {}
}
],
"nextCursor": "<string>"
}1edge_only, pending, storing, stored, removed vault, messages, posts, stories Was this page helpful?