---
title: "List Monitored X Handles"
method: GET
path: "/api/v2/channels/twitter/monitored_twitter_handles"
tags: ["X Channel"]
---

# List Monitored X Handles

`GET /api/v2/channels/twitter/monitored_twitter_handles`

#### Allowed For

* Admins
* Agents

## Response `200`

Success response

- TwitterChannelsResponse
  - `monitored_twitter_handles` TwitterChannelObject[]
    - `allow_reply` boolean — If replies are allowed for this handle
    - `avatar_url` string — The profile image url of the handle
    - `brand_id` integer — What brand the handle is associated with
    - `can_reply` boolean — If replies are allowed for this handle
    - `created_at` string, date-time — The time the handle was created
    - `id` integer, required — Automatically assigned upon creation
    - `name` string — The profile name of the handle
    - `screen_name` string, required — The X handle
    - `twitter_user_id` integer, required — The country's code
    - `updated_at` string, date-time — The time of the last update of the handle

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
