Skip to main content
GET
/
v2
/
access
/
stories
/
items
Get story items
curl --request GET \
  --url https://api.ofauth.com/v2/access/stories/items \
  --header 'apiKey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{}

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.

Query Parameters

userId
string
required

The story owner's OnlyFans user ID

Pattern: ^\d+$
storyId
string | null

The story ID to fetch

Minimum string length: 1

Response

Successful response

{key}
object