Skip to main content
GET
Offers

Авторизации

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

Your API key from the Studio Dashboard

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

page
integer
по умолчанию:1

Page number, 1-indexed.

Требуемый диапазон: x >= 1
page_size
integer
по умолчанию:50

Items per page. Default 50, max 100.

Требуемый диапазон: 1 <= x <= 100
of_account_id
integer

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

status
enum<string>

Filter by offer status.

Доступные опции:
active,
moderation,
disabled,
rejected
sort
enum<string>
по умолчанию:updated_at_desc

Sort order.

Доступные опции:
updated_at_desc,
created_at_desc,
created_at_asc,
share_desc,
fans_desc,
revenue_desc

Ответ

Successful response

success
boolean
Пример:

true

data
object[]
pagination
object

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