cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/vault/lists \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "list": [ { "id": 123, "type": "custom", "name": "<string>", "hasMedia": true, "canUpdate": true, "canDelete": true, "medias": [ { "type": "photo", "url": "<string>" } ] } ], "all": { "videosCount": 123, "photosCount": 123, "gifsCount": 123, "audiosCount": 123, "medias": [ { "type": "<unknown>" } ] }, "hasMore": true, "canCreateVaultLists": true, "order": "<string>", "sort": "<string>" }
List vault folders
Permission Required: vault:read
vault:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Number of items to return (1-40, default: 24)
1 <= x <= 40
Number of items to skip (default: 0)
x >= 0
Search/filter text
100
Successful response
Show child attributes
Was this page helpful?