Find a group by ID
Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which
The ID of the group
The group was successfully found
The name of the group
"Acme Inc."
The ID of the group as defined in your own application
"x34daa11-3745-4ac0-880e-d4b4d51fe13f"
The date the group was created
"2021-01-01T00:00:00.000Z"
The date the group was last modified
"2021-01-01T00:00:00.000Z"
The properties of the group
{
"name": "Acme Inc.",
"companyUrl": "https://example.com",
"logoUrl": "https://example.com/logo.jpg"
}The number of members in the group
42
The tracking events associated with the group
[
{
"event": "SignedUp",
"properties": {
"source": "landing-page",
"campaign": "summer-sale"
},
"createdAt": "2024-01-01T00:00:00Z"
}
]