cURL
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "refill", "orders": "1,2,3" }'
[ { "order": 1, "refill": 1 } ]
Initiate refills for multiple orders for the authenticated user.
OK
The response is of type object[].
object[]
Was this page helpful?