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
|
|
| 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": []
}