REST API for resellers and automation. to get your API key.
Endpoint
https://new.upvote.biz/api/v1All requests require key (your API key). Method: GET or POST. Response: JSON.
Get a list of all available services.
Params: key=YOUR_API_KEY, action=services
Place a new order. Optional: hashtag, usernames, comments, runs, interval.
Params: key=YOUR_API_KEY, action=add, service=SERVICE_ID, link=https://reddit.com/..., quantity=1000
Get the status of a single order.
Params: key=YOUR_API_KEY, action=status, order=ORDER_ID
Get status of multiple orders at once.
Params: key=YOUR_API_KEY, action=status, orders=1,2,3
Check your account balance.
Params: key=YOUR_API_KEY, action=balance
Create a refill request for an order.
Params: key=YOUR_API_KEY, action=refill, order_id=ORDER_ID
Check the status of a refill request.
Params: key=YOUR_API_KEY, action=refill_status, refill=REFILL_ID