Skip to main content
POST
cURL
User has to be an ADMIN to be able to use this API.

Authorizations

Authorization
string
header
required

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

Headers

X-API-KEY
string
required

API key required for authentication

Body

application/json
reportId
integer
required
status
enum<string>
required
Available options:
reviewing,
no_action,
suspended
targetUserId
integer
required
targetPostId
integer | null
notes
string | null

Response

Report status updated successfully

id
integer
required
reportId
integer
required
actionTaken
enum<string>
required
Available options:
reviewing,
no_action,
suspended
actionTakenBy
integer
required
actionTakenAt
string<date-time>
required
notes
string | null