---
title: "List subreddit flairs"
method: GET
path: "/v1/accounts/{accountId}/reddit-flairs"
tags: ["Connect"]
---

# List subreddit flairs

`GET /v1/accounts/{accountId}/reddit-flairs`

Returns available post flairs for a subreddit. Some subreddits require a flair when posting.

## Path parameters

- `accountId` string, required

## Query parameters

- `subreddit` string, required

## Response `200`

Flairs list

- object
  - `flairs` object[]
    - `id` string — Flair ID to pass as flairId in platformSpecificData
    - `text` string — Flair display text
    - `textColor` string — Text color: 'dark' or 'light'
    - `backgroundColor` string — Background hex color (e.g. '#ff4500')

## Other responses

- `400` — Not a Reddit account or missing subreddit parameter
- `401` — Unauthorized
- `404` — Account not found

---

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