BizcareBoost
Developer Tools

API Documentation

Integrate our world-class SMM services directly into your own reseller platform.

Connection Details

HTTP Method

POST

API URL

https://bizcareboost.com/api/v2

API Key

You can find your unique API Key on the Account Settings page after logging in.

Service List

Parameters Description
key Your unique API key
action services

Example Response

[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.90",
    "min": "50",
    "max": "10000"
  }
]

Add Order

Parameters Description
key Your API Key
action add
service Service ID
url Link to social media post/profile
quantity Quantity to order
runs (optional) Drip-feed runs
interval (optional) Drip-feed interval in minutes

Example Response

{
  "order": 23501
}

Order Status

Parameters Description
key Your API Key
action status
order Order ID

Example Response

{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "USD"
}

User Balance

Parameters Description
key Your API Key
action balance

Example Response

{
  "balance": "100.84292",
  "currency": "USD"
}