StageSMM API Docs
  • 👋Приветствуем
  • ⚙️API
    • ➕Перечень услуг
    • ➕Добавить заказ
    • ➕Статус заказа
    • ➕Статус нескольких заказов
    • ➕Создать восполнение
    • ➕Создать отмену
    • ➕Баланс пользователя
  • ⛑️Поддержка
Powered by GitBook
On this page
  1. API

Добавить заказ

Add order

Parameters
Description

key

Your API key

action

add

service

Service ID

link

Link to page

quantity

Needed quantity

runs (optional)

Runs to deliver

interval (optional)

Interval in minutes


Пример (Example response)

{
    "order": 23501
}
Parameters
Description

key

Your API key

action

add

service

Service ID

link

Link to page

quantity

Needed quantity

keywords

Keywords list separated by \r\n or


Пример (Example response)

{
    "order": 23501
}
Parameters
Description

key

Your API key

action

add

service

Service ID

link

Link to page

comments

Comments list separated by \r\n or


Пример (Example response)

{
    "order": 23501
}

PreviousПеречень услугNextСтатус заказа

Last updated 3 months ago

⚙️
➕