Skip to main content
POST
Approve or reject a comment

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

comment_id
integer
required

Comment id

Body

application/json
status
enum<string>
required
Available options:
approved,
rejected
ban_author
boolean
default:false

Reject the comment AND ban this author from commenting again. Only meaningful with status=rejected.

Response

Success

success
enum<boolean>
Available options:
true
data
object
meta
object