Order
Poll
Order
Poll
Initiate a poll order for the authenticated user using the provided parameters.
POST
/
api
/
v2
curl --request POST \
--url https://undrctrl.id/api/v2/ \
--header 'Content-Type: application/json' \
--data '{
"key": "apiKey",
"action": "add",
"service": 123,
"link": "https://example.com/page",
"quantity": 100,
"answer_number": 1
}'
{
"order": 23501
}
Body
application/json
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://undrctrl.id/api/v2/ \
--header 'Content-Type: application/json' \
--data '{
"key": "apiKey",
"action": "add",
"service": 123,
"link": "https://example.com/page",
"quantity": 100,
"answer_number": 1
}'
{
"order": 23501
}