Skip to main content
POST
/
v2
/
access
/
subscriptions
/
users
/
:userId
/
subscribe
Subscribe to user
curl --request POST \
  --url https://api-next.ofauth.com/v2/access/subscriptions/users/:userId/subscribe \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '
{
  "source": "<string>"
}
'
{}

Authorizations

apiKey
string
header
required

Headers

x-connection-id
string

Connection ID for managed sessions

x-of-user-id
string

OnlyFans user id for direct sessions (optional override)

OnlyFans cookie header for direct sessions (must include auth_id and fp values)

x-of-bc
string

OnlyFans x-bc header for direct sessions (optional override)

x-of-user-agent
string

User agent to use when proxying requests (required when not using x-connection-id)

Path Parameters

userId
string
required

Body

application/json
source
string

Response

Successful response

The response is of type object.