Endpoint
- Method: POST
- Path: /posts
- Summary: Retrieve a paginated list of posts filtered by account, status, social platform, tags, and title.
Parameters
JSON body
| Name | Type | Required | Default | Allowed | Description |
|---|---|---|---|---|---|
| account_id | integer | Yes | - | - | Account ID context for the request. |
| status | DRAFT | No | DRAFT | "DRAFT" "SCHEDULED" "PUBLISHING" "PUBLISHED" | Status of the post |
| copy_from | string | No | - | Used to copy post from other accounts |