cURL
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "refill_status", "refills": "1,2,3" }'
[ { "refill": 1, "status": "Completed" } ]
Retrieve the status for multiple refills for the authenticated user using the provided refill IDs.
The API key to fetch the refill statuses
API key
"apiKey"
Action to be performed, set to refill_status
refill_status
"refill_status"
Refill IDs separated by a comma, up to 100 IDs
Refill IDs
"1,2,3"
OK
1
"Completed"
Was this page helpful?