Order
Dripfeed
Initiate a dripfeed order for the authenticated user with the given 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://instagram.com/undrctrl",
"quantity": 100,
"runs": 5,
"interval": 30
}'
{
"order": 23501
}
Body
application/json
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://undrctrl.id/api/v2/ \
--header 'Content-Type: application/json' \
--data '{
"key": "apiKey",
"action": "add",
"service": 123,
"link": "https://instagram.com/undrctrl",
"quantity": 100,
"runs": 5,
"interval": 30
}'
{
"order": 23501
}
Assistant
Responses are generated using AI and may contain mistakes.