v1

latestOpenAPI 3.0.3“Commons Clause” License Condition v1.02026-07-17231343.3 KB
groups

Get group by ID

Returns a single group object

get/segments/{id}

Response

OK

idinteger

The ID of the resource.

created_atstring date-time

The date and time when the resource was created.

updated_atstring date-time

The date and time when the resource was last updated.

namestring

The name of the group.

subscribers_in_segmentinteger

Number of subscribers inside the group.

total_subscribersinteger

The total number of subscribers.

Example response

{
  "id": 111,
  "name": "Foo Group",
  "subscribers_in_segment": 123,
  "total_subscribers": 10231
}