v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
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.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "yearAndMonth": "2023-01",
      "registeredAccounts": 6
    }
  }
}