Integrate Sole Terminator into your services.

Quick tasks

You must be signed into your dashboard, and have your bot open for a quick task to be launched successfully.

URL

GET

https://soleterminator.io/dashboard/quicktask?query=parameter

Parameter examples

  • https://kith.com/cart/123456789:1
  • https://undefeated.com/products/yeezy-700-v3-avlah
  • supreme_eu:https://www.supremenewyork.com/shop/accessories/tm108o2rn/uwdopxk23
  • supreme_us:https://www.supremenewyork.com/shop/hba0vr3zj
  • supreme_jp:https://www.supremenewyork.com/shop/shirts/hba0vr3zj
  • https://www.eastbay.com/en/product/-/52542007.html
  • https://www.footlocker.com/product/52542007.html
  • https://www.zalando.dk/tezenis-5-pack-stroemper-nero-teg82f00d-q11.html
  • zalando_dk:https://www.zalando.dk/tezenis-5-pack-stroemper-nero-teg82f00d-q11.html
  • zalando_dk:teg82f00d-q110123456,teg82f00d-q110123457

Profile converter

Profiles imported into Sole Terminator must follow this JSON data structure.

  • country (All countries are supported)
  • month (01 - 12)
  • year (2020 - 2030)
{
  "billing": {
    "address": "",
    "address2": "",
    "city": "",
    "country": "",
    "first_name": "",
    "last_name": "",
    "phone_number": "",
    "state": "",
    "zip": ""
  },
  "different_billing": false,
  "name": "US test",
  "payment": {
    "card_holder": "John Don",
    "card_number": "4242 4242 4242 4242",
    "cvv": "424",
    "email": "[email protected]",
    "month": "04",
    "year": "2022"
  },
  "shipping": {
    "address": "123 Street Way",
    "address2": "",
    "city": "New York City",
    "country": "United States",
    "first_name": "John",
    "last_name": "Don",
    "phone_number": "999 999 9999",
    "state": "New York",
    "zip": "10001"
  }
}