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 or as a LinkedIn post. One reward is available per billing quarter, per account.

How it works

  1. Write a genuine post about your lobstr.io use case on one of the eligible subreddits or publish a standalone LinkedIn post.
  2. Submit the Reddit or LinkedIn 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, along with the exact credit amount the authenticated user would receive if approved.
string
required
Your API authentication token. Value: Token YOUR_API_KEY
200
estimated_reward_credits is the actual credit amount you would earn — 20% of your plan’s execution credits, computed server-side using the same formula as the grant. null if you have no active subscription.

Submit a story

Submit a Reddit or LinkedIn post 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 LinkedIn post. For Reddit, must be in an eligible subreddit. Example: https://www.reddit.com/r/SaaS/comments/abc123/my_lobstr_experience/ or https://www.linkedin.com/posts/yourname_activity-123456789/
string
Platform of the submission: reddit (default) or linkedin. When omitted, reddit is assumed. LinkedIn posts have no subreddit allowlist — any public standalone post is eligible.
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
400 InvalidLinkedinUrl
400 LinkedinCommentNotEligible