TTWrite API: Report Post

Endpoint URL

//ttwrite.4up.eu/mobile_api/publication_report

Description

This API allows users to report a publication for violating platform guidelines or other issues.

Parameters

FieldValueRemarks
post_idintegerThe unique identifier of the post being reported.
reasonstringThe reason for reporting the post (e.g., “spam”, “abuse”).
additional_infostringOptional. Any additional information about the report.

Example Usage

httpCopy codePOST //ttwrite.4up.eu/mobile_api/publication_report
Content-Type: application/json

{
  "post_id": 12345,
  "reason": "spam",
  "additional_info": "This post is advertising unrelated content."
}

Notes

  • Authentication is required to access this API.
  • Ensure that the post_id corresponds to an existing post.
  • Use the reason field to specify the nature of the violation clearly.