v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Posts

Get a Specific Post

This endpoint retrieves all posts.<br><br><h3>Required Scope</h3>content:read or content:write

get/api/v2/content/posts/{id}

Path parameters

idstring required

The ID of the post to retrieve.

Response

Success

Example response

{
  "data": {
    "attributes": {
      "groups-with-access": [],
      "groups-with-access-ids": []
    }
  }
}