Skip to main content
POST
/patreon/creators/posts

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
creator
string
required
Minimum string length: 1
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
post_type
enum<string> | null
Available options:
text,
video,
poll,
image,
link,
audio
tag
string | null
published_year
integer | null
Required range: 2010 <= x <= 2100
published_month
integer | null
Required range: 1 <= x <= 12
search
string | null
sort
enum<string>
default:newest
Available options:
newest,
oldest

Response

Successful Response

id
integer
required
@type
string
default:PatreonPost
name
string | null
alias
string | null
url
string | null
post_type
string | null
teaser
string | null
text
string | null
published_at
integer | null
edited_at
integer | null
created_at
integer | null
like_count
integer | null
comment_count
integer | null
is_paid
boolean | null
is_public
boolean | null
image
string | null
video_duration
integer | null
min_pledge_amount
number | null
campaign_id
integer | null
tiers
string[]
poll_options
string[]
tags
string[]