API
API Solutions built for business
Dcreato provided the most seamless API's worked flawlessly with your website or plugin.
It allow your business to scale with minimal implementation time, and our support is second to none!
API 2.0
HTTP Method | POST |
API URL | http://themarketingaslam.com/api/v2 |
Response Format | JSON |
Download Examples | Example of PHP Code |
Method: balance
Parameters | Descriptions |
---|---|
key | Your API token |
action | Method Name |
Example Response:
{ "balance": "100.78", "currency": "USD" }
Method: add
Parameters | Descriptions |
---|---|
key | Your API token |
action | Method Name |
service | ID of package |
link | Link to page |
quantity | Needed quantity |
comments | optional, needed for custom comments, mentions and other relaed packages only. each separated by '\n', '\n\r' |
Success Response:
{ "order":"23501" }
Method: status
Parameters | Descriptions |
---|---|
key | Your API token |
action | Method Name |
order | Order ID |
Success Response:
{ "charge": "0.27819", "status": "Completed", "start_count": "600", "remains": "600", "currency": "USD", "report": "NA", "report_name": "NA", "license_code": "NA", "script": "NA", "script_name": "NA" }
Method: services
Parameters | Descriptions |
---|---|
key | Your API token |
action | Method Name |
Example Response:
[ { "service": 1, "name": "Followers", "type": "Default", "category": "First Category", "rate": "0.90", "min": "50", "max": "10000", "desc": "10k/day\r\nMax - 55k\r\n8 Hours Start" }, { "service": 2, "name": "Comments", "type": "Custom Comments", "category": "Second Category", "rate": "8", "min": "10", "max": "1500", "desc": "10k/day\r\nMax - 55k\r\n8 Hours Start" } ]