Dokumentasi API (Sosial Media)
| HTTP Method | POST |
| API URL | https://smm.rakalso.com/api.php |
| Response format | JSON |
| Example PHP Code | Example |
| Parameters | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID Check at price list |
| link | Link to page |
| quantity | Needed quantity |
IF ORDER SUCCESS
{
"order_id":"12345"
}
IF ORDER FAIL
{
"error":"Incorrect request"
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | status |
| order_id | Your order id |
IF CHECK STATUS SUCCESS
{
"charge":"10000",
"start_count":"123",
"status":"Success",
"remains":"0"
}
IF CHECK STATUS FAIL
{
"error":"Incorrect request"
}