Skip to main content

Report Post API

The report post API allows users to report inappropriate or abusive content in a post to the system administrators. This can help to maintain a safe and respectful environment for all users.

NOTE: You can get list of "report reasons" using Get post report reasons api.

Path Parameters
    post_id integer required

    post id

Query Parameters
    client_auth_token string required

    Client API token

Header Parameters
    access-token string required

    user access token

    client string required

    client access token

    expiry string required

    timestamp of token expiry

    token-type string required

    Default value: Bearer

    access token type

    uid string required

    user uid

Request Body
    report object
    abuse string

    Report reason

    comments string

    user comments

Responses

OK

Response Headers

    Schema
      success boolean
      message string
    Loading...