Developer API Key & Endpoint
Keep your secret API key confidential. Do not expose it in client-side code.
API Methods & Code Snippets
curl -X POST "https://ghbooster.com/api/v2" \
-d "key=e984f8a192bc84591a2741890f892a7f" \
-d "action=add" \
-d "service=101" \
-d "link=https://instagram.com/appiahattah" \
-d "quantity=1000"
Sample Success Response (JSON):
{
"order": 169914,
"status": "Success",
"charge": "0.8500",
"start_count": 14200,
"currency": "GHS"
}
API Parameters Reference
| Parameter | Type | Required | Description |
|---|---|---|---|
| key | String | Yes | Your secret API key from account settings. |
| action | String | Yes | Action type: services, add, status, balance. |
| service | Integer | For 'add' | ID of the requested service (e.g. 101, 104). |
| link | String | For 'add' | Target profile or video URL. |
| quantity | Integer | For 'add' | Requested order quantity. |