Skip to content

Set default subreddit

Sets the default subreddit used when publishing posts for this Reddit account.

PUT /v1/accounts/{accountId}/reddit-subreddits

Sets the default subreddit used when publishing posts for this Reddit account.

Parameters

  • accountId (path, string) required

Request body

Content-Type: application/json

  • defaultSubreddit (string) required

Example:

json

{
  "defaultSubreddit": "marketing"
}

Responses

200 — Default subreddit set

  • success (boolean)

400 — Invalid request

401

404 — Account not found