Happyforce API
  • Welcome
  • Before You Start
  • Data Segmentation in Happyforce
  • API reference
    • Hierarchy
    • Characteristics
    • Groups
    • Scores Metadata
    • Employees
      • Reset
      • Invite
    • Stats
      • Hi
      • Enps
      • Scores
      • Activation
      • Participation
  • Specification
Powered by GitBook
On this page

Was this helpful?

  1. API reference
  2. Stats

Activation

PreviousScoresNextParticipation

Was this helpful?

get

Retrieves the Activation stats for the requested period

Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
get
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
    }
  ]
}