Skip to main content
GET
List posts

Authorizations

Authorization
string
header
required

An API key beginning with nylon_live_.

Query Parameters

limit
integer
default:25

Page size, 1–100.

Required range: 1 <= x <= 100
offset
integer
default:0

Rows to skip.

Required range: x >= 0
status
string

Comma-separated post statuses to include.

Example:

"scheduled,failed"

network
string

Comma-separated networks. A post matches if any of its targets is on one of them.

Example:

"instagram,x"

profile_id
string

Only posts addressed to this profile.

Example:

"cly7p2q4k0001x8b3f2n9d0aa"

from
string<date-time>

Only posts created at or after this time.

to
string<date-time>

Only posts created at or before this time.

Response

A page of posts.

data
object[]
required
meta
object