Integrate our services into your own platform
Our API allows resellers to integrate our SMM services into their own platforms. To get started, you need a reseller account with an API key.
https://smmplusmedia.com.tr//api/v1
All API requests require authentication using your API key. Include it in every request:
key=YOUR_API_KEY
POST https://smmplusmedia.com.tr//api/v1
Parameters:
key: YOUR_API_KEY
action: services
[
{
"service": 1,
"name": "Instagram Followers - High Quality",
"category": "Instagram",
"rate": "2.50",
"min": 100,
"max": 50000
},
...
]
POST https://smmplusmedia.com.tr//api/v1
Parameters:
key: YOUR_API_KEY
action: add
service: SERVICE_ID
link: https://instagram.com/username
quantity: 1000
{
"order": 12345
}
POST https://smmplusmedia.com.tr//api/v1
Parameters:
key: YOUR_API_KEY
action: status
order: ORDER_ID
{
"status": "completed",
"charge": "2.50",
"start_count": "1000",
"remains": "0"
}
POST https://smmplusmedia.com.tr//api/v1
Parameters:
key: YOUR_API_KEY
action: balance
{
"balance": "150.50",
"currency": "USD"
}
| Code | Description |
|---|---|
invalid_api_key |
The API key provided is invalid or inactive |
insufficient_balance |
Not enough balance to complete the order |
invalid_service |
The service ID does not exist or is inactive |
invalid_quantity |
Quantity is outside the min/max range |
invalid_link |
The provided link is invalid |
order_not_found |
The order ID does not exist |