PeopleGet people statistics
People

Get people statistics

Get aggregate statistics for people in the workspace.

curl -X GET "https://api.flameup.ai/api/v1/workspaces/example_string/people/stats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "total": 42,
  "active": 42,
  "unsubscribed": 42,
  "bounced": 42,
  "recent": 42
}
GET
/workspaces/{workspaceId}/people/stats
GET
Security Scheme
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

Your Flameup API key (passed as Bearer token)
Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token. Your Flameup API key (passed as Bearer token)

Path Parameters

Responses

totalinteger
activeinteger
unsubscribedinteger
bouncedinteger
recentinteger
Was this page helpful?
Built with Documentation.AI

Last updated today