Ocoya API
Visit Ocoya
  • Getting Started
    • Introduction
    • Quick Start
  • Fundamentals
    • Authentication
    • Rate limits
    • Limitations
      • Date limitations
      • URL file limitations
      • Pagination limitations
  • Endpoints
    • Me
    • Workspaces
    • Social profiles
    • Posts
      • List posts
      • Create post
      • Update post
      • Delete post
  • Change log
    • 2025-05-16
    • 2024-10-10 (breaking)
  • Extra
    • HTTP status codes
Powered by GitBook
  1. Change log

2025-05-16

Last updated 4 days ago

List posts - removal of body

We removed the "body" parameter from this request which used to contain the "workspaceId".

All API requests will require the inclusion of a "workspaceId" within the query parameters.

To get the ids of all available workspaces, use the newly introduced /workspaces (Workspaces) endpoint.

More info:

List posts