/1/ Learner COUNT - GET
Overview
The /1/learner endpoint provides to fetch your resellers learner(s) count,
| Key | Value | Example |
|---|---|---|
| User-Agent | <company identifier> | The exact value here is not important, but it should include something to identify your company |
| Accept | application/json | |
| Authorization | Bearer <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
}Updated about 1 year ago
Did this page help you?