Enable dynamic user responses on your events, allowing members to mark themselves as 'Interested,' 'Not Interested,' or officially 'Going' to improve planning and engagement.
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| uguid | Yes | integer | User Guid |
| type | Yes | string | nointerested , interested, going |
Example Response
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1632148182,
"payload": {
"success": "You have successfully saved the decision"
},
"code": "100",
"message": "Request successfully executed"
}