Skip to main content
GET
Retrieve edit history for content

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

contentId
string
required

The public ID of the content (post or comment)

contentType
enum<string>
required

The type of content

Available options:
post,
comment

Response

Content edit history retrieved successfully

histories
object[]