Report publication

Use this endpoint (https://komico.edubrazeal.com/mobile_api/publication_report) to report a post.


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. e7a4652c3231fc74761...
post_id ​Post ID E.g. 8924
reason ​ Report reason ID (Must be a number as shown on the right)

For example, to report spam, use 1
  • 1 = Spam content
  • 2 = Misleading or scam
  • 3 = Private info shared
  • 4 = Violent threats
  • 5 = Not interested
  • 6 = Other reason
comment ​Message for reviewer `Please review this content. Thanks!`

Success response

{
        "code": 200,
        "message": "Report submitted successfully",
        "data": []
    }
    

Error responses

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }

    {
        "code": 400,
        "message": "Post ID missing or invalid",
        "data": []
    }

    {
        "code": 400,
        "message": "Report reason missing or invalid",
        "data": []
    }