API Documentation

We are a full service Digital Marketing Agency all the foundational tools you need for inbound success. With this module theres no need to go another day.

API URL http://smmjumpstart.com/api/v1
Response format JSON
HTTP Method POST
Service list
Parameters Description
key Your API key
action "services"

Example response

[
     {
        "category": "Instagram"
        "max": "10000"
        "min": "50"
        "name": "İnstagram Last Story Max 5k"
        "rate": "0.90"
        "service": 1
     },
     {
        "category": "Facebook"
        "max": "1500"
        "min": "10"
        "name": "Comments"
        "rate": "8"
        "service": 2
     }
]

Place new Order
Parameters Description
key Your API key
action "add"
service Service ID
link Link to page
quantity Quantity to be delivered

Example response

  • {"order" : "1242"}

Order status
Parameters Description
key Your API key
action status
order Order ID

Example response

  • {"status" : "Pending", "start_count" : "1000", "remains" : "500"}