v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
Connect

Set Reddit post flair

Applies a flair to a post the connected account already published. Use the GET on this path to list the available flairTemplateId values for the subreddit.

Flair can also be set at submit time by passing flairId in platformSpecificData when creating the post. This endpoint is for changing it afterwards.

The subreddit must allow users to select their own post flair. Setting flair on another user's post requires moderator permissions, which Zernio does not request.

post/v1/accounts/{accountId}/reddit-flairs

Path parameters

accountIdstring required

The ID of the Reddit account that owns the post

Request body

subredditstring required

Subreddit name (without the "r/" prefix)

postIdstring required

Reddit post id, with or without the t3_ prefix

flairTemplateIdstring required

Flair template id from the GET on this path

textstring

Optional override text, only for editable flair templates

Response

Flair applied

successboolean