Documentation for using the API's to modify the status field of an existing poll. Use this endpoint to mark a poll as 'closed' or 'finished', preventing further votes on the OSSN platform.
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| guid | Yes | integer | Poll guid |
| uguid | Yes | integer | Poll owner guid |
Example Response
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1632160163,
"payload": {
"success": "Poll has been ended"
},
"code": "100",
"message": "Request successfully executed"
}