How to Use UpvoteShop.io API

Table of Contents▼
Here is a quick guide showing you how to use our staging.upvoteshop.io/ API for sending upvotes from our system to your targeted posts/comments via your own app or software.
Get your API Access Token via our Panel: UpvoteShop dashboardsettings

staging.upvoteshop.io/ API Information
Bearer Authentication is required for accessing this endpoint. Authentication is performed via JWT token in the Authorization header.
Headers:
1. Create Order
Create a new order.
Example:
{ "link": "post_or_comment_url", "type": 1, "vote": 5, "after": 0, "speed": 1, "target": { "is_set": true, "position": 1 } }
Responses:
{ "code": 1, "message": "Success", "order_id": "3333" }
2. Retrieve Order Details
Retrieve details of a specific order by its ID.
Example:
{ "code": 1, "status": "processing", "after": 0, "vote": 5, "type": 1, "start_votes": 1, "last_votes": 0, "order_error_message": "Error message", "id": "123456", "target": { "is_set": true, "position": 1, "max_hours": 2 }, "subreddit": "ask", "author": "reddit_user", "rank": 5, "random_mode": false, "vote_min": 1, "vote_max": 5, "created": 1706583019193, "finish_time": 1706583053232 }
Responses:
{ "code": -1, "message": "Message Error" }
3. Check Balance
Check the user's balance.
Example:
GET /api/check-balance Authorization: Bearer YOUR_JWT_TOKEN
Responses:
{ "balance": 10.4, "email": "your_email@" }
About UpvoteShop Editorial
The UpvoteShop team writes about Reddit marketing, reputation management, account quality, and AI search visibility.
Related Articles
Stop lurking, start growing
Ready to grow your Reddit presence?
Join thousands of brands using UpvoteShop to build authentic engagement and rank in AI search results.
Get Started NowNo subscription required. Credits never expire.



