Become a verified ShareSupplier reseller today. You will get a lot of benefits from this like premium ticket responses, higher deposit bonuses and cheaper services. We have created and optimized this API for you to build into a custom built site or a simple word-press built site. We have developers in house that are cost-effective, if you don't want to go on upwork to find someone. If you are interested in learning how you can become a reseller and utilize ShareSupllier's API. If you are a little confused on how to do this write us a ticket , put the subject as reseller and we will help guide you through the steps. All you need to do is bring people into your site, sell the services at a price you think is fair and make money! We will handle the tickets and fulfilment of orders and all the back end stuff.

API Documentation


HTTP MethodPOST
API URLhttps://www.sharesupplier.com/api/
API KeyYour API Key
Response FormatJSON

Service List


PARAMETERSDESCRIPTION
keyYour API Key
actionservices

Example Response

[ { "service": "1", "platform": "Facebook", "name": "Followers", "category": "First Category", "rate": "0.90", "min": "50", "max": "10000" }, { "service": "2", "platform": "Facebook", "name": "Likes", "category": "Second Category", "rate": "0.90", "min": "50", "max": "10000" } ]

Add Order


PARAMETERSDESCRIPTION
keyYour API Key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
comments (in case the service is custom comments)Comments list separated by \r\n or \n

Example Response

{ "order": 23501 }

Order Status


PARAMETERSDESCRIPTION
keyYour API Key
actionstatus
orderOrder ID

Example Response

{ "charge": "0.27", "quantity": "1000", "status": "Processing", "currency": "USD" }

Multiple Order Status


PARAMETERSDESCRIPTION
keyYour API Key
actionstatus
ordersOrder IDs separated by comma

Example Response

{ "1": { "charge": "0.27", "quantity": "1000", "status": "Cancelled", "currency": "USD" }, "10": { "error": "Incorrect order ID" }, "100": { "charge": "1.44", "quantity": "1000", "status": "Processing", "currency": "USD" } }

User Balance


PARAMETERSDESCRIPTION
keyYour API Key
actionbalance

Example Response

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