Skip to content

Reddit ​

Access subreddits, posts, comments, and user data via the Reddit API.

DetailValue
CategorySocial Media
Base URLhttps://oauth.reddit.com
AuthenticationOAuth2
Endpoints6
Connector keyreddit

Using Reddit in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Reddit from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /api/v1/meGet authenticated user
GET /r/{subreddit}/hotGet hot posts
POST /api/submitSubmit a post
POST /api/commentPost a comment
GET /searchSearch Reddit
GET /r/{subreddit}/aboutGet subreddit info

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.