Sistem Api
Sistemimizin apilerine buradan ulaşa bilirsiniz.
Api Docs
HTTP Method |
POST |
API URL |
https://vmedyam.com/api/v2 |
Response format |
JSON |
Service List
Parameters |
Description |
key |
Your API key |
action |
services |
Response format |
JSON |
Example response
[
{
"service": 1,
"name": "Followers",
"type": "Default"
},
{
"service": 2,
"name": "Likes",
"type": "Default"
},
{
"service": 3,
"name": "Custom Comments",
"type": "Custom Comments"
}
]
Add Order
Parameters |
Description |
key |
Your API key |
action |
add |
service |
Service ID |
link |
Link to page |
quantity |
Needed quantity |
Example Response
{
"order": 23501
}
Order status
Parameters |
Description |
key |
Your API key |
action |
status |
order |
Order ID |
Example Response
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157"
}
User Balance
Parameters |
Description |
key |
Your API key |
action |
balance |
Example Response
{
"balance": "100.84292",
"currency": "USD"
}
Example of PHP code