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 for multiple orders for the authenticated user using the provided order IDs.
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?