cURL
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data ' { "key": "apiKey", "action": "status", "orders": "123456789,987654321,1122334455" } '
{}
Retrieve the status and related details of an order for the authenticated user.
The API key to fetch the order status
API key
"apiKey"
Action to be performed, set to status
status
"status"
Order IDs separated by a comma, up to 100 IDs
Order IDs
"123456789,987654321,1122334455"
OK
Show child attributes
Was this page helpful?