For the complete documentation index, see llms.txt. This page is also available as Markdown.

Статусы

Список доступных статусов

GET https://api.livesklad.com/statuses

Возвращает массив доступных статусов

Headers

Name
Type
Description

Authorization

string

Токен авторизации

{
  error: {
    statusCode: 401,
    name: "Error",
    message: "Access denied"
  }
}

Last updated