Method order (Place Order)
| Parameters | Description |
|---|---|
| URL | https://old.davin.id/api/order_sosmed |
| key | Your API key |
| action | order |
| service | Service ID Check at price list |
| target | link/username |
| target | only for targeted services |
| custom_comments | only for custom comments |
| 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 | https://old.davin.id/api/status_sosmed |
| key | Your API key |
| action | status |
| id | Your order id |
| Example PHP Code | Example |
IF CHECK STATUS SUCCESS
{
"data": {
"target":"username",
"start_count":"123",
"status":"Success",
"remains":"0"
}
}
IF CHECK STATUS FAIL
{
"error": "Incorrect request"
}
Method service (Get Service)
| Parameters | Description |
|---|---|
| URL | https://old.davin.id/api/service_sosmed |
| 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": "DAVIN"
}
}
IF GET SERVICE FAIL
{
"error": "Incorrect request"
}