cURL
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/p/xxx", "comments": "comment1\ncomment2\ncomment3" }'
{ "order": 123777 }
Initiate a comments order for the authenticated user with the provided parameters.
OK
The response is of type object.
object
Was this page helpful?