Skip to main content

ResetPassword

POST 

/auth/reset-password

ResetPassword

Request

Header Parameters

    X-LP-Client-Identifier stringrequired

    ClientIdentifier

    Example: 255d7ad3-5da0-49e1-8d28-a15cc6b74fc3
    X-LP-Client-Type stringrequired

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

    ClientType

    Example: App
    X-LP-Client-Name string

    ClientName

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

    ClientOSName

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

    ClientOSVersion

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

    ClientScreenResolution

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

    ClientModel

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

    OrganizationAlias

    X-LP-Client-Extensions csv

    ClientExtensions

    X-Client-Extensions csv

    ClientDepersonalizedExtensions

    Accept-Language stringrequired

    Language

    Example: en-US

Body

    phone stringrequired

    Possible values: >= 10 characters and <= 18 characters, Value must match regular expression ((8|\+7)-?)?\(?\d{3,5}\)?-?\d{1}-?\d{1}-?\d{1}-?\d{1}-?\d{1}((-?\d{1})?-?\d{1})?

    phone

    password stringrequired

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

    password

    confirmation_code stringrequired

    Possible values: >= 6 characters and <= 6 characters, Value must match regular expression ^\d+$

    confirmation_code

Responses

No Content

curl -L 'https://docs.life-pay.ru/auth/reset-password' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"phone": "string",
"password": "string",
"confirmation_code": "string"
}'
Request Collapse all
Parameters
— headerrequired
— headerrequired
— headerrequired
— header
— header
— header
— header
— header
— header
— header
— header
Body
{
  "phone": "string",
  "password": "string",
  "confirmation_code": "string"
}
Обратная связь