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.
OK
The response is of type object.
object
Was this page helpful?