- OUTBACK APIs
- User
- Post
- Get Popular Categories PostGET
- Add PostPOST
- Update PostPATCH
- Get PostGET
- Get My PostGET
- Detail Post By IdGET
- Get Trending PostsGET
- Get Most Viewed PostGET
- get specfic user postGET
- Record Fav_Unfav postPOST
- Get Favt PostGET
- Record ViewsPOST
- All Posts ViewsGET
- Add CommentPOST
- Get CommentsGET
- Get Collection ListGET
- Get Post CollectionGET
- Remove CollectionDELETE
- Soft Delete PostDELETE
- Delete PostDELETE
- Update Sold TypePUT
- report postPOST
- update thumnail of postsPOST
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
report post
POST
/post-mgt/report-post
Request
Header Params
Authorization
string
required
Example:
bearer {{accessToken}}
Body Params application/json
post_id
string
required
Example
{
"post_id":"673208232959004be685d020"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://13.239.78.144:3000/api/v1/post-mgt/report-post' \
--header 'Authorization: bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_id":"673208232959004be685d020"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-15 11:08:17