cURL
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "refill_status", "refill": "1" }'
{ "status": "Completed" }
Retrieve the status for a single refill for the authenticated user using the provided refill ID.
The API key to fetch the refill status
API key
"apiKey"
Action to be performed, set to refill_status
refill_status
"refill_status"
Refill ID to retrieve its status
"1"
OK
"Completed"
Was this page helpful?