curl --request GET \
--url https://api-next.ofauth.com/v2/access/vault/lists \
--header 'apiKey: <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
curl --request GET \
--url https://api-next.ofauth.com/v2/access/vault/lists \
--header 'apiKey: <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>"
}Connection ID for managed sessions
OnlyFans user id for direct sessions (optional override)
OnlyFans cookie header for direct sessions (must include auth_id and fp values)
OnlyFans x-bc header for direct sessions (optional override)
User agent to use when proxying requests (required when not using x-connection-id)
1 <= x <= 40Successful response
Show child attributes
custom, messages, posts, stories, streams, media_stickers Was this page helpful?