Get aggregate Identity statistics for the current account.
GET /api/v1/forward/identities/stats
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Example response
HTTP 200 OK
Response fields
| Field | Type | Description |
|---|---|---|
total_identities | integer | Total number of Identities in the current account. |
active_identities | integer | Number of recently active Identities. |
total_agents | integer | Number of Templates used by the current account. |
total_sessions | integer | Total number of sessions in the current account. |
Errors
| HTTP | Type | Code | Trigger |
|---|---|---|---|
| 401 | authentication_error | authentication_required | The PAT or SAT is invalid, expired, or missing. |
| 500 | api_error | - | The statistics query failed. |
Notes
active_identities counts Identities that have had activity within the last seven days.