Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Query Parameters

offset
integer
default:0

Number of records to skip.

Required range: x >= 0
limit
integer
default:50

Number of records to return.

Required range: 1 <= x <= 1000
of_account_id
integer

Filter by OnlyFans account numeric id.

campaign_id
string

Filter by campaign public_id (RevShare) or CPL order public_id (CPL).

campaign_type
enum<string>

Filter by campaign type.

Available options:
revshare,
cpl
from
string<date>

Subscription date from (inclusive), format Y-m-d.

Example:

"2024-01-01"

to
string<date>

Subscription date to (inclusive), format Y-m-d.

Example:

"2024-01-31"

sort
enum<string>
default:subscribed_at_desc
Available options:
subscribed_at_desc,
subscribed_at_asc

Response

200 - application/json

Success

status
enum<string>
Available options:
success
data
object[]