Skip to main content
GET
Subscribers

Авторизации

X-API-Key
string
header
обязательно

Your API key from the Studio Dashboard

Параметры запроса

after
string

Cursor from a previous response's pagination.next_cursor. Omit to fetch the first page.

limit
integer
по умолчанию:50

Page size. Default 50, max 100.

Требуемый диапазон: 1 <= x <= 100
sort
enum<string>
по умолчанию:subscribed_at_desc

Sort order. The cursor is bound to the direction it was issued for; switching mid-pagination restarts pagination.

Доступные опции:
subscribed_at_desc,
subscribed_at_asc
of_account_id
integer

Filter by OnlyFans account id (must be one of yours).

campaign_id
string

Filter by campaign public id. Works for CPL campaigns (cplo_…), CPC orders (cpco_…), revshare campaigns (revc_…), and swap orders.

campaign_type
enum<string>

Filter by campaign kind.

Доступные опции:
all,
cpl,
cpc,
revshare,
gg_swap
from
string<date>

Lower bound on the resource date (YYYY-MM-DD, UTC, inclusive).

to
string<date>

Upper bound on the resource date (YYYY-MM-DD, UTC, inclusive).

Ответ

Successful response

success
boolean
Пример:

true

data
object[]
pagination
object

Cursor-based pagination (used by high-volume feeds: subscribers, transactions).