Skip to content

Interface: Post

Defined in: schemas/v2/resources/post.ts:4

Content posted by a creator on a campaign page.

Properties

app_id

app_id: null | number

Defined in: schemas/v2/resources/post.ts:8

Platform app id


app_status

app_status: null | string

Defined in: schemas/v2/resources/post.ts:13

Processing status of the post


content

content: null | string

Defined in: schemas/v2/resources/post.ts:19


embed_data

embed_data: null | object

Defined in: schemas/v2/resources/post.ts:25

An object containing embed data if media is embedded in the post


embed_url

embed_url: null | string

Defined in: schemas/v2/resources/post.ts:31

Embed media url

Format

uri


is_paid

is_paid: null | boolean

Defined in: schemas/v2/resources/post.ts:36

Whether the post incurs a bill as part of a pay-per-post campaign


is_public

is_public: null | boolean

Defined in: schemas/v2/resources/post.ts:42

  • true if the post is viewable by anyone
  • false if only patrons (or a subset of patrons) can view

published_at

published_at: null | string

Defined in: schemas/v2/resources/post.ts:48

Datetime that the creator most recently published (made publicly visible) the post

Format

date-time


tiers

tiers: null | string[]

Defined in: schemas/v2/resources/post.ts:53

The tier ids that the post is locked for if only patrons (or a subset of patrons) can view.


title

title: null | string

Defined in: schemas/v2/resources/post.ts:59


url

url: string

Defined in: schemas/v2/resources/post.ts:65

A URL to access this post on patreon.com

Format

uri