API Docs

HTTP Method POST
API URL https://beingsocialite.com/api/v2
API Key API Token Not Generated!
Response format JSON

Add Order

Parameters Description
api_token Your API key
action add
package ID of package
link Link to page
quantity Needed quantity
custom_data optional, needed for custom comments, mentions and other relaed packages only.
each separated by '\n', '\n\r'

Example response



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

Order Status

Parameters Description
api_token Your API key
action status
order Order ID

Example response



{
  "status": "Completed",
  "start_counter": "600",
  "remains": "600"
}

User Balance

Parameters Description
api_token Your API key
action balance

Example response



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

Package & Service List

Parameters Description
api_token Your API key
action packages

Example response



[
  {
    "id":"1",
    "name":"Instagram Followers",
    "type":"default"
  },
  {
    "id":"2",
    "name":"Instagram Likes",
    "type":"default"
  },
  {
    "service":"3",
    "name":"Facebook Custom Comments",
    "type":"custom_data"
  }
]

All Rights Reserved to Being Socialite
FAQs | Terms & Conditions | Privacy Policy | About Us | Contact Us