/1/ Learner COUNT - GET

Overview

The /1/learner endpoint provides to fetch your resellers learner(s) count,

KeyValueExample
User-Agent<company identifier>The exact value here is not important, but it should include something to identify your company
Acceptapplication/json
AuthorizationBearer <your token>Bearer wV1MLkss5+sFzioJw/3M5r9A==

Code Example

curl --location 'https://api-sandbox.vbmappapp.com/1/learner/count' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer Your Token'

Example response

{
    "total": 27651,
    "active": 27500,
    "inactive": 151
  }

Did this page help you?