How it works
- Write a genuine post or comment about your lobstr.io use case on one of the eligible subreddits.
- Submit the Reddit URL via the API (or the dashboard). The post is automatically verified for content and liveness.
- 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_KEY200
Submit a story
Submit a Reddit post or comment URL for review.string
required
Your API authentication token. Value:
Token YOUR_API_KEYstring
required
Must be application/json. Value:
application/jsonstring
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, ornull if you haven’t submitted one yet.
string
required
Your API authentication token. Value:
Token YOUR_API_KEY200
status values: pending (under review), gifted (approved, credits granted), rejected.
Code Example
Error Responses
400 SubredditNotEligible
400 InvalidRedditUrl