Skip to main content
Community Story Rewards lets you earn bonus credits — equal to 20% of your plan’s credit allowance — by posting about your experience using lobstr.io on an eligible subreddit. One reward is available per billing quarter, per account.

How it works

  1. Write a genuine post or comment about your lobstr.io use case on one of the eligible subreddits.
  2. Submit the Reddit URL via the API (or the dashboard). The post is automatically verified for content and liveness.
  3. If approved, bonus credits are added to your account and valid until the end of your current billing period.

List eligible subreddits

Returns the list of subreddits that qualify for a reward submission.
string
required
Your API authentication token. Value: Token YOUR_API_KEY
200

Submit a story

Submit a Reddit post or comment URL for review.
string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Must be application/json. Value: application/json
string
required
Full URL of your Reddit post or comment. Must be in an eligible subreddit. Example: https://www.reddit.com/r/SaaS/comments/abc123/my_lobstr_experience/
Only one submission per quarter is reviewed. If an earlier submission in the same quarter was rejected you may resubmit — the most recent submission takes precedence.

Check your submission

Returns your most recent submission for the current quarter, or null if you haven’t submitted one yet.
string
required
Your API authentication token. Value: Token YOUR_API_KEY
200
Possible status values: pending (under review), gifted (approved, credits granted), rejected.

Code Example

Error Responses

400 SubredditNotEligible
400 InvalidRedditUrl