Developer API
Automate orders straight from your own app.
Place and track orders programmatically — resell every product from your own app, bot or panel. Keep your key secret.
/api/store-v2Don't want to code? Open your own store instead.Sign in above to get the key that goes with it.
Your key also works as a supplier connection, so you can run a full storefront of your own — same products, your brand, your prices — without building or hosting anything. mystore.social does the hosting, and a store sourced from this key is free there.
- Copy your API key above. Keep it private — it spends your wallet here.
- Register at mystore.social and pick your store name.
- Open Supplier in your new admin and paste the API URL below, then your key.
- Your catalogue fills automatically. Set your markup, share your link, start selling.
/api/store-v2Every call is POST /api/store-v2 with a JSON body that includes your key and an action. All prices are in ₦ at your store's rates. Full menu:
{ key, action: "balance" }{ key, action: "services" }{ key, action: "add", service, link, quantity }{ key, action: "status", order }{ key, action: "esim_countries" }{ key, action: "esim_plans", country }{ key, action: "esim_buy", package } → { order, qr, lpa, iccid }{ key, action: "airtime", network, phone, amount }{ key, action: "data_plans", network }{ key, action: "data", network, phone, plan }{ key, action: "card_list" }{ key, action: "card_buy", product, amount } → { order, card, pin }{ key, action: "proxy_list" }{ key, action: "proxy_buy", product, plan, location, quantity } → { order, proxies }{ key, action: "number_countries" }{ key, action: "number_services", country }{ key, action: "number_buy", country, service } → { order, number }{ key, action: "status", order }eSIM & number deliveries (qr / code) arrive here — poll until filled.