v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Orders

Valid oreder totals by product

get/order/total-valid-per-product

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to.

Response

The total valid orders per product.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "productId": "664b1d03-72f0-48de-av73-fe196cc039f3",
      "totalValidOrders": 6
    }
  }
}