Skip to main content
POST
Approve Client Order
Only orders with a pending status (order_status: 0) can be approved. Attempting to approve an order in any other status will return a 400 error.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Client ID

order_id
string
required

Order ID

Response

OK

The response is of type boolean.