Skip to main content

SignIn

POST 

/auth/sign-in

SignIn

Request

Header Parameters

    X-LP-Client-Identifier stringrequired

    Идентификатор клиента

    Example: 1403ac9a-2eb8-48cb-8798-5eb4ac35c0cd
    X-LP-Client-Type stringrequired

    Possible values: [Unknown, App, WebApp, Service]

    Тип клиента

    Example: App
    X-LP-Client-Name string

    Имя клиента

    Example: Swagger
    X-LP-Client-OS-Name string

    ОС клиента

    Example: SwaggerDoc
    X-LP-Client-OS-Version string

    Версия ОС клиента

    Example: 1.0
    X-LP-Client-Screen-Resolution string

    Разрешение экрана ОС клиента

    Example: 1280x0900
    X-LP-Client-Model string

    Модель оборудования клиента

    Example: Chrome 75
    X-LP-Organization-Alias string

    Организация по умолчанию

    X-LP-Client-Extensions csv

    Поддерживаемые клиентом расширения моделей

    Accept-Language stringrequired

    Язык используемый для ответов

    Example: en-US

Body

    full_username stringrequired

    Possible values: >= 2 characters and <= 49 characters

    full_username

    password stringrequired

    Possible values: >= 6 characters and <= 32 characters

    password

    response_type AuthResponseType (string)

    Possible values: [Session, Token]

Responses

Success

Schema

    token stringnullable

    token

Loading...