List comments for moderation

GET/support/comments

Lists top-level comments across all products accessible with the current credentials, for use as a moderation queue.

When status is omitted, only comments with the pending status are returned.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Query Parameters

limit?integer
Range1 <= value <= 200
cursor?string
sort?string

Value in

  • "id"
  • "-id"
status?string

Value in

  • "pending"
  • "approved"
  • "hidden"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/support/comments"
Empty