Skip to main content
GET
Accounts
Your OnlyFans accounts as cross-promo participants. An account publishes only with an active session; a model is promoted in a format only when it has an active creative of that format. pools lists the active and paused pools the account already sits in, with its role.

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Query Parameters

page
integer
default:1

Page number, 1-indexed.

Required range: x >= 1
page_size
integer
default:50

Items per page. Default 50, max 100.

Required range: 1 <= x <= 100
username
string

Exact username.

session_status
enum<string>

Filter by session state.

Available options:
active,
error,
not_available

Response

Successful response

success
boolean
Example:

true

data
object[]
pagination
object

Page-based pagination, returned by every list endpoint that isn't a cursor feed.