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 a refill for a given order for the authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs.undrctrl.id/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.undrctrl.id/llms.txt
Use this file to discover all available pages before exploring further.
The API key for authentication
API key
"apiKey"
Action to be performed, set to refill
refill
"refill"
Order IDs separated by a comma, up to 100 IDs
"1,2,3"
OK
1
Was this page helpful?