Posts

Get posts

Get a paginated result for posts based on the applied filters

get/v1/posts

Query parameters

offsetnumber

Number of items to skip

limitnumber

Number of items to return

platformstring[]

Filter by platforms. Multiple values imply OR logic.

statusstring[]

Filter by post status. Multiple values imply OR logic.

Response

Paginated data set for posts.

Example response

{
  "meta": {
    "next": "https://api.post-bridge.com/v1/items?offset=10&limit=10"
  }
}

Changes