---
title: "Manually managed audience segments"
method: GET
path: "/api/segments"
tags: ["segments"]
---

# Manually managed audience segments

`GET /api/segments`

Retrieve a list of manually managed audience segments.

### Audience Segments Overview:
- Audience Segments are cohorts of users grouped together for targeting announcements, features, or promotional campaign banners (Billboards).
- This endpoint lists manual cohorts created and maintained by site administrators.
- Requires administrator privileges.

The endpoint supports pagination, and each page will contain `30` segments by default.

## Query parameters

- `per_page` integer

## Response `200`

A List of manually managed audience segments

- Segment[]
  - `id` integer — The ID of the segment
  - `type_of` 'manual' — Marks the segment as manually managed (other types are internal)
  - `user_count` integer — The current number of users in the segment

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/forem/apis/forem-api-v1.md) · [All operations](https://skmtc.net/forem/apis/forem-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/forem/forem-api-v1/versions/bcdd2cdd127c/schema)
