latestOpenAPI 3.0.02026-07-24212113249.1 KB
8e7584c449dc
Accounts
Number of registered accounts by month
get/account/total-registered-per-month
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
The total registered users per month.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"yearAndMonth": "2023-01",
"registeredAccounts": 6
}
}
}