Skip to main content
POST
/
v2
/
access
/
vault
/
lists
/
:listId
/
media
Add multiple media items to vault list
curl --request POST \
  --url https://api.ofauth.com/v2/access/vault/lists/:listId/media \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '
{
  "mediaIds": [
    1
  ]
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

listId
number | null

Body

application/json
mediaIds
integer[]
required

Media IDs to add to the list

Required array length: 1 - 100 elements

OnlyFans media ID

Required range: x > 0

Response

Successful response

success
boolean
required