Report Audio Block

Please use this (https://blkem.com/mobile_api/report_block) API endpoint for Report Audio Block


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
block_id ​block int ID E.g. 4567
reason ​ Report reason int ID (This value must be an int number as shown on the right)

For example, if you want to report spam, then this value should be 1
  • 1 = Explicit sexual content
  • 2 = Harassment or bullying
  • 3 = Hate speech
  • 4 = Not my type of conversation
  • 5 = illegal activity
  • 6 = Intentions of self-harm or suicide
  • 7 = Misinformation
  • 8 = Spam or scam
  • 9 = Other
comment ​Comment to the reviwer `Please take some actions. Thanks!`

Success response

{
        "code": 200,
        "message": "Report sent successfully",
        "data": []
    }
    

Error responses


    {
        "code": 400,
        "data":[],
        "message": "Incorrect Block ID"
    }

    {
        "code": 400,
        "message": "Member not found",
        "data": []
    }

    {
        "code": 401,
        "message": "Unauthorized Access",
        "data": []
    }