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

# List Reddit subreddits

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

Returns the subreddits the connected Reddit account can post to. Use this to get a subreddit name when creating a Reddit post.

## Path parameters

- `accountId` string, required

## Response `200`

Subreddits list

- object
  - `subreddits` object[]
    - `id` string — Reddit subreddit ID
    - `name` string — Subreddit name without r/ prefix
    - `title` string — Subreddit title
    - `url` string — Subreddit URL path
    - `over18` boolean — Whether the subreddit is NSFW
  - `defaultSubreddit` string — Currently set default subreddit for posting

## Other responses

- `400` — Not a Reddit account
- `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/5d3a131531d9/schema)
