Hallo,
Method add (Place Order)
| Parameters | Description |
|---|---|
| URL | http://smm.yona.tech/api/order |
| key | Your API key |
| action | order |
| service | Service ID Check at price list |
| target | target to page |
| quantity | Needed quantity |
| Example PHP Code | Example |
IF ORDER SUCCESS
{
"data": {
"id": "12345"
}
}
IF ORDER FAIL
{
"error": "Incorrect request"
}
Method status (Get Status)
| Parameters | Description |
|---|---|
| URL | http://smm.yona.tech/api/status |
| key | Your API key |
| action | status |
| id | Your order id |
| Example PHP Code | Example |
IF CHECK STATUS SUCCESS
{
"data": {
"target":"yonatech",
"start_count":"123",
"status":"Success",
"remains":"0"
}
}
IF CHECK STATUS FAIL
{
"error": "Incorrect request"
}
Method service (Get Service)
| Parameters | Description |
|---|---|
| URL | http://smm.yona.tech/api/service |
| key | Your API key |
| action | service |
| Example PHP Code | Example |
IF GET SERVICE SUCCESS
{
"result": {
"sid": "1"
"category": "IGF"
"service": "Instagram Followers Indonesia GM 1"
"min": "100"
"max": "2000"
"price": "60000"
"status": "Active"
"provider": "Yonatech"
}
}
IF GET SERVICE FAIL
{
"error": "Incorrect request"
}