@extends('layouts.horizontal') @section('content')
| HTTP Method | POST |
| API URL | {{ url('/api/sosmed') }} |
| API Key | {{ $user->api_key }} |
| Parameter | Deskripsi |
|---|---|
| key | API Key anda |
| action | services |
Success Response:
{
"success": true,
"data": {
"id": 1,
"name": "Instagram Followers Khusus Zooopedia Termurah S1",
"min": 100,
"max": 100000,
"price": 2150,
"status": "Active",
"note": "SUPER INSTANT, HIGH QUALITY, SILAHKAN DIORDER"
}
}
Failed response:
{
"success": false,
"error": "Incorrect Request"
}
| Parameter | Deskripsi |
|---|---|
| key | API Key anda |
| action | order |
| service | Id layanan, bisa dilihat di Daftar layanan |
| target | Target pesanan sesuai kebutuhan (username/url/id). |
| quantity | Jumlah pesan |
| custom_comments | Daftar komentar, dipisahkan dengan enter atau \r\n atau \n. (Hanya diperlukan jika pesan layanan custom komentar) |
| username | Username target. (Hanya diperlukan jika pesan layanan Like Komentar Instagram) |
Success Response:
{
"success": true,
"data": {
"id": 2413
}
}
Failed response:
{
"success": false,
"error": "Service not found"
}
| Parameter | Deskripsi |
|---|---|
| key | API Key anda |
| action | status |
| order_id | ID Pesanan |
Success Response:
{
"success": true,
"data": {
"status": "Success",
"start_count": 1320,
"remains": 0
}
}
Failed response:
{
"success": false,
"error": "API Key salah"
}