resellergram
TwitchViewers, Raids, ViewsWorking
TrovoAuthorization, ViewersWorking
Facebook,Instagram,TikTokViews, ViewersWorking
v2.0 API

Resellergram API Documentation

Resellergram API is a RESTful service providing programmatic access to social media services. Use our API to place orders, check status, and retrieve service lists.

Base URL
https://resellergram.com/api/v2
Response Format
application/json

Important Info

Your API key is private and should be kept secret. Regenerate your key immediately from the dashboard if you suspect any compromise.

Authentication

API Key is required for all requests.

You must include your API key as the `key` parameter in all requests. You can find your API key in the dashboard.

curl -X POST "https://resellergram.com/api/v2" \
  -d "key=YOUR_API_KEY&action=balance"

Rate Limits & Quotas

Limits are applied for system security and stability. Avoid sending too many requests instantly. You will not face any blocks under normal usage.


POST

platforms

Lists active platforms.

action=platforms

POST

services

Lists all active services.

action=services

POST

add

Creates a new order.

ParameterDescription
serviceService ID
linkLink URL
quantityQuantity
action=add
service=1
link=http://example.com/post
quantity=1000

POST

status

Checks order status.

action=status
order=23501

POST

balance

Checks user balance.

action=balance

Error Codes

Possible error responses.

{
  "error": "Incorrect request"
}