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
}Add one or more media items to one vault list.
Permission Required: vault:write
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.
Requires a connection via the x-connection-id header.
Media IDs to add to the list
1 - 100 elementsOnlyFans media ID
x > 0Successful response
Was this page helpful?