Vault
Vault
The creator's own media library. Fansly organises it into collections (its albums) — list them, list the media inside one, and create or delete your own. **Fansly only**: an OnlyFans account gets `501 platform_not_supported`; use `GET /api2/v2/vault/media` on the passthrough instead.
The creator's own media library. Fansly organises it into collections (its albums) — list them, list the media inside one, and create or delete your own. Fansly only: an OnlyFans account gets 501 platform_not_supported; use GET /api2/v2/vault/media on the passthrough instead.
| Method | Endpoint | Path |
|---|---|---|
GET | List vault collections | /accounts/{of_user_id}/vault/collections |
POST | Create a vault collection | /accounts/{of_user_id}/vault/collections |
DELETE | Delete a vault collection | /accounts/{of_user_id}/vault/collections/{collection_id} |
GET | List media in a collection | /accounts/{of_user_id}/vault/media |