v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBOrders
Valid oreder totals by month
get/order/total-valid-per-month
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
The total valid orders per month.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"date": "2023-01",
"totalValidOrders": 6
}
}
}