Unverify an Existing User and Remove Verification Badge

Documentation for using the OSSN API's POST method to change a user's verification status back to unverified. Submit the user ID and the necessary action parameter to remove the 'blue tick' from the user's profile on the OSSN platform.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
user Yes integer User guid

Example Response

{
    "merchant": "Premium Social Network",
    "url": "http:\/\/local.openteknik.com\/",
    "time_token": 1632346131,
    "payload": {
        "success": "Unverified successfully"
    },
    "code": "100",
    "message": "Request successfully executed"
}

Services View All