Verify a existing user. This adds a blue tick to user profile. This is not a user account verifcation.
Endpoint:
Method:
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": 1632345984,
"payload": {
"success": "Verified successfully"
},
"code": "100",
"message": "Request successfully executed"
}