Emdesell API (beta)
Аутентификация
Для аутентификации запросов ожидается заголовок X-Api-Key, содержащий себе ключ, сгенерированный в Настройках школы на вкладке API
Базовый URL API находится по адресу вашей школы + '/api'. Пример адреса: https://myschool.emdesell.ru/api
AUTHORIZATIONAPI Key
Key
Value
Accounts
/accounts
AUTHORIZATIONAPI Key
This folder is using API Key from collectionEmdesell API (beta)
POSTCreate
{{base_url}}/accounts/create
Создание аккаунта
AUTHORIZATIONAPI Key
This request is using API Key from collectionEmdesell API (beta)
Bodyurlencoded
email
password
first_name
last_name
patronymic
phone
role
email_confirmed
send_email
interface_language
bothelp_cuid
vk_id
telegram_id
salebot_id
Example Request
Success
200 OK
Example Response
Server
Date
Content-Type
Transfer-Encoding
Connection
Vary
Strict-Transport-Security
Content-Encoding
POSTEdit
{{base_url}}/accounts/edit
Редактирование аккаунта
AUTHORIZATIONAPI Key
This request is using API Key from collectionEmdesell API (beta)
Bodyurlencoded
id
email
password
first_name
last_name
patronymic
phone
role
email_confirmed
interface_language
bothelp_cuid
vk_id
telegram_id
salebot_id
Example Request
Success
200 OK
Example Response
Server
Date
Content-Type
Transfer-Encoding
Connection
Vary
X-Powered-By
Strict-Transport-Security
Content-Encoding
GETList accounts
{{base_url}}/accounts/list?count=20&offset=0&role=all&sort=id_desc
Список аккаунтов
AUTHORIZATIONAPI Key
This request is using API Key from collectionEmdesell API (beta)
PARAMS
count
offset
role
sort
Example Request
Success
200 OK
Example Response
Server
Date
Content-Type
Transfer-Encoding
Connection
Vary
Strict-Transport-Security
Content-Encoding