Activation
Was this helpful?
Was this helpful?
Retrieves the Activation stats for the requested period
GET /api/v1/public/company/stats/activation HTTP/1.1
Host: api.myhappyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
{
"from": "2025-06-23T05:16:54.624Z",
"to": "2025-06-23T05:16:54.624Z",
"totalInvited": 1,
"totalActivated": 1,
"valuation": "NO_DATA",
"dateResults": [
{
"date": "2025-06-23T05:16:54.624Z",
"invited": 1,
"invitedAccumulated": 1,
"activated": 1,
"activatedAccumulated": 1
}
]
}