POST
/
api
/
v2
curl --request POST \
  --url https://undrctrl.id/api/v2/ \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "apiKey",
  "action": "status",
  "orders": "123456789,987654321,1122334455"
}'
{}

Body

application/json
key
string
required

The API key to fetch the order status

Example:

"apiKey"

action
string
required

Action to be performed, set to status

Example:

"status"

orders
string
required

Order IDs separated by a comma, up to 100 IDs

Example:

"123456789,987654321,1122334455"

Response

200
application/json
OK
{key}
object