List posts
Returns your team’s posts across all farm profiles, newest first. In-flight posts are included with status processing; platform_post_id and url populate once each post is live.
Rate limit: 100 requests per minute per team.
Authentication
X-API-Keystring
API Key authentication via header
Query parameters
cursor
Opaque pagination cursor from a previous response’s next_cursor.
limit
Maximum number of posts to return (max 100).
Response
Successful Response
posts
has_more
Whether more results exist beyond this page.
next_cursor
Opaque cursor for the next page. Pass back as the cursor query parameter. null when no more pages.
Errors
422
Unprocessable Entity Error
429
Too Many Requests Error