{"info":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11774612","collectionId":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","publishedId":"2s9XxySuH1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-10T10:48:44.000Z"},"item":[{"name":"Регистрация","item":[{"name":"Регистрация","id":"c11fa63a-9ef9-4074-bfba-a9a386989fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test","type":"text"},{"key":"email","value":"test@test.ru","type":"text"},{"key":"password","value":"111111","type":"text"},{"key":"password_confirmation","value":"111111","type":"text"},{"key":"first_name","value":"First name","type":"text"},{"key":"last_name","value":"Last name","type":"text"},{"key":"middle_name","value":"Middle name","type":"text","disabled":true}]},"url":"/api/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c11fa63a-9ef9-4074-bfba-a9a386989fac"},{"name":"Регистрация через ЭЦП","id":"c0a12aaf-704c-49fd-a341-c881421757bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test","type":"text"},{"key":"email","value":"test@test.ru","type":"text"},{"key":"password","value":"111111","type":"text"},{"key":"password_confirmation","value":"111111","type":"text"},{"key":"middle_name","value":"Middle name","description":"<p>Необязательное поле. Имя и фамилия берутся из ЭЦП</p>\n","type":"text","disabled":true},{"key":"signature","value":"","type":"text"}]},"url":"/api/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c0a12aaf-704c-49fd-a341-c881421757bc"},{"name":"Регистрация через OTP","id":"d6f4b29f-77f4-4829-8d2a-a3ee9b44bd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test","type":"text"},{"key":"email","value":"test@test.ru","type":"text"},{"key":"password","value":"111111","type":"text"},{"key":"password_confirmation","value":"111111","type":"text"},{"key":"middle_name","value":"Middle name","description":"<p>Необязательное поле. Имя и фамилия берутся из ЭЦП</p>\n","type":"text","disabled":true},{"key":"signature","value":"","type":"text","disabled":true}]},"url":"/api/register-via-otp?expires=1732715872&phone=998998804413&signature=1f01f1f8bf1db8cdb3632bd081f4674b4e7703729941a65464b569293703e5b0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","register-via-otp"],"host":[""],"query":[{"key":"expires","value":"1732715872"},{"key":"phone","value":"998998804413"},{"key":"signature","value":"1f01f1f8bf1db8cdb3632bd081f4674b4e7703729941a65464b569293703e5b0"}],"variable":[]}},"response":[],"_postman_id":"d6f4b29f-77f4-4829-8d2a-a3ee9b44bd19"}],"id":"32176fff-3e29-4b9d-aa03-554ac81d3a27","_postman_id":"32176fff-3e29-4b9d-aa03-554ac81d3a27","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}}},{"name":"Аутентификация","item":[{"name":"Получение временного токена","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":["if (pm.response.code === 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", response.access_token);\r","    pm.collectionVariables.set(\"refresh_token\", response.refresh_token);\r","}"],"type":"text/javascript"}}],"id":"dbff3041-bcdc-4fe3-be4d-9ff955c0f7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"password","type":"text","description":"<p>password или signature_grant</p>\n"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text","description":"<p>Обязательно если grant_type = password</p>\n"},{"key":"otp","value":"","description":"<p>OTP необходим только при 2fa</p>\n","type":"text","disabled":true},{"key":"signature","value":"","description":"<p>Обязательно если grant_type = signature_grant</p>\n","type":"text","disabled":true}]},"url":"/api/auth-code","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","auth-code"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"dbff3041-bcdc-4fe3-be4d-9ff955c0f7b5"},{"name":"Получение временного кода через OTP","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":["if (pm.response.code === 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", response.access_token);\r","    pm.collectionVariables.set(\"refresh_token\", response.refresh_token);\r","}"],"type":"text/javascript","packages":{}}}],"id":"66f43ecd-8454-4b38-8b53-8618c242f8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"phone_otp_grant","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"otp","value":"112233","type":"text"}]},"url":"/api/auth-code","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","auth-code"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"66f43ecd-8454-4b38-8b53-8618c242f8ca"},{"name":"Получение токена через пароль","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":["if (pm.response.code === 200) {\r","    const response = pm.response.json();\r","    pm.variables.set(\"access_token\", response.access_token);\r","    pm.variables.set(\"refresh_token\", response.refresh_token);\r","\r","    console.log(response.access_token)\r","}"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"6eddb06a-4b74-4740-9eee-c10907a057f1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b3b236aa-64ce-4a9f-b0b4-6d55b1b1fbd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"otp","value":"","description":"<p>OTP необходим только при 2fa</p>\n","type":"text","disabled":true}]},"url":"/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b3b236aa-64ce-4a9f-b0b4-6d55b1b1fbd3"},{"name":"Получение токена через код аутентификации","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":["if (pm.response.code === 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", response.access_token);\r","    pm.collectionVariables.set(\"refresh_token\", response.refresh_token);\r","}"],"type":"text/javascript"}}],"id":"aecf590b-8063-455b-b919-693444a5f720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"auth_code_grant","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"auth_code","value":"","type":"text"}]},"url":"/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"aecf590b-8063-455b-b919-693444a5f720"},{"name":"Получение токена через ЭЦП","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":["if (pm.response.code === 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", response.access_token);\r","    pm.collectionVariables.set(\"refresh_token\", response.refresh_token);\r","}"],"type":"text/javascript"}}],"id":"ccf8253d-1e4f-4a9c-8307-6721103ad5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"signature_grant","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"signature","value":"","type":"text"}]},"url":"/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf8253d-1e4f-4a9c-8307-6721103ad5f9"},{"name":"Получение токена или ссылки для регистрации через OTP","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":["// if (pm.response.code === 200) {\r","//     const response = pm.response.json();\r","//     pm.collectionVariables.set(\"access_token\", response.access_token);\r","//     pm.collectionVariables.set(\"refresh_token\", response.refresh_token);\r","// }"],"type":"text/javascript"}}],"id":"987bd73e-f6db-4356-8172-5b4d3c702252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"phone_otp_grant","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"phone","value":"98931800135","type":"text"},{"key":"otp","value":"123456","type":"text"}]},"url":"/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"987bd73e-f6db-4356-8172-5b4d3c702252"},{"name":"Обновление токена по refresh_token","event":[{"listen":"test","script":{"id":"7113fc48-9380-41ad-9bf4-accf48172de4","exec":["if (pm.response.code === 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", response.access_token);\r","    pm.collectionVariables.set(\"refresh_token\", response.refresh_token);\r","}"],"type":"text/javascript"}}],"id":"bdfab3e2-a8a3-44b8-836c-1cdf10863aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"},{"key":"scope","value":"","type":"text"}]},"url":"/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"bdfab3e2-a8a3-44b8-836c-1cdf10863aeb"},{"name":"Отправка кода для сброса пароля","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":[""],"type":"text/javascript"}}],"id":"28d06f09-684d-4726-a082-bc1be2e0b534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test","type":"text"}]},"url":"/api/password/forgot","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","password","forgot"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"28d06f09-684d-4726-a082-bc1be2e0b534"},{"name":"Сброс пароля","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":[""],"type":"text/javascript"}}],"id":"c61865a8-9bce-4060-83ea-52ccfc9b0eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test","type":"text"},{"key":"password","value":"111111","type":"text"},{"key":"password_confirmation","value":"111111","type":"text"},{"key":"otp","value":"","type":"text"}]},"url":"/api/password/reset","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","password","reset"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c61865a8-9bce-4060-83ea-52ccfc9b0eda"},{"name":"Получение QR для входа","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":[""],"type":"text/javascript"}}],"id":"ba5f21a1-4b60-44c0-aff2-a365441431e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/qr?type=auth_code","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","qr"],"host":[""],"query":[{"description":{"content":"<p>По умолчанию password</p>\n","type":"text/plain"},"key":"type","value":"auth_code"}],"variable":[]}},"response":[],"_postman_id":"ba5f21a1-4b60-44c0-aff2-a365441431e6"},{"name":"Получение токена через QR","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":[""],"type":"text/javascript"}}],"id":"9ea4c584-4481-43cb-a8f1-9a73fcb6564f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/qr?expires=1701343708&type=auth_code&signature=360f59d8f01e27ab9e2015a4fe9b971ed51b6e3d025680405dbb7012088051ee","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","qr"],"host":[""],"query":[{"key":"expires","value":"1701343708"},{"key":"type","value":"auth_code"},{"key":"signature","value":"360f59d8f01e27ab9e2015a4fe9b971ed51b6e3d025680405dbb7012088051ee"}],"variable":[]}},"response":[],"_postman_id":"9ea4c584-4481-43cb-a8f1-9a73fcb6564f"}],"id":"fa5beafa-9006-4868-9d93-6538e2062064","_postman_id":"fa5beafa-9006-4868-9d93-6538e2062064","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}}},{"name":"Профиль","item":[{"name":"Получение профиля","id":"876b7c0c-4b68-46b9-9c67-1f6ee746fcaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","profile"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"42850e3e-a0cd-46c1-a417-f447564792b5","name":"Получение профиля","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 17 Oct 2024 11:49:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.7"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"240"},{"key":"X-RateLimit-Remaining","value":"230"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Профиль успешно показан.\",\n    \"data\": {\n        \"uuid\": \"42cb1cc5-a573-4298-ae1e-200156422621\",\n        \"username\": \"vector_all\",\n        \"email\": \"shakhzod.rajabov@micros.uz\",\n        \"phone\": \"998994006223\",\n        \"email_verified_at\": \"2024-07-22T10:52:48.000000Z\",\n        \"phone_verified_at\": \"2024-07-17T12:44:38.000000Z\",\n        \"last_name\": \"VEKSLER\",\n        \"first_name\": \"VIKTOR\",\n        \"middle_name\": \"ALEKSANDROVICH\",\n        \"tin\": \"487007226\",\n        \"pin\": \"32210890241194\",\n        \"is_active\": true,\n        \"is_admin\": true,\n        \"verified_at\": \"2024-10-17T11:47:57.000000Z\",\n        \"last_login_at\": \"2024-10-17T11:47:58.000000Z\",\n        \"created_at\": \"2023-05-12T10:15:51.000000Z\",\n        \"updated_at\": \"2024-10-17T11:47:57.000000Z\",\n        \"is_new_ui\": true,\n        \"is_2fa\": false,\n        \"is_super_admin\": false,\n        \"fullName\": \"VEKSLER VIKTOR ALEKSANDROVICH\",\n        \"identifier\": \"32210890241194\",\n        \"identifierKey\": \"pin\"\n    },\n    \"success\": true\n}"}],"_postman_id":"876b7c0c-4b68-46b9-9c67-1f6ee746fcaf"},{"name":"Обновление профиля","id":"15d73a08-a3d6-4f57-8ddd-85a52a6567ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"123456\",\r\n    \"password_confirmation\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"15d73a08-a3d6-4f57-8ddd-85a52a6567ff"},{"name":"Подтверждение профиля через ЭЦП","id":"4e78a911-8043-4365-94ca-4acee936846b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"signature","value":"","type":"text"}]},"url":"/api/verify","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","verify"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4e78a911-8043-4365-94ca-4acee936846b"},{"name":"Подтверждение профиля через MyId","id":"29dac598-559f-480f-b29f-7f9a8a62f4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"123456","type":"text"}]},"url":"https://auth-staging.multibank.uz/api/verify/my-id","urlObject":{"protocol":"https","path":["api","verify","my-id"],"host":["auth-staging","multibank","uz"],"query":[],"variable":[]}},"response":[],"_postman_id":"29dac598-559f-480f-b29f-7f9a8a62f4c6"},{"name":"Отправка кода для подтверждения почты","id":"da8b31e6-c87f-46ec-b3b8-d00f5d65fb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/verify/email/send","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","verify","email","send"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"da8b31e6-c87f-46ec-b3b8-d00f5d65fb35"},{"name":"Подтверждение почты","id":"7b7f0a2c-0a5b-412d-bbc3-4e09dd6959d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"/api/verify/email","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","verify","email"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7b7f0a2c-0a5b-412d-bbc3-4e09dd6959d0"},{"name":"Отправка кода для подтверждения телефона","id":"d32dae80-e2c8-4e49-af20-7a6092e056a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/verify/phone/send","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","verify","phone","send"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d32dae80-e2c8-4e49-af20-7a6092e056a4"},{"name":"Подтверждение телефона","id":"b596ae6e-2e20-4ca8-8794-b2df0f6f9905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"/api/verify/phone","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","verify","phone"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"b596ae6e-2e20-4ca8-8794-b2df0f6f9905"},{"name":"Изменить телефон с подтверждением","id":"2a03ab15-5f3c-4c91-94f9-f2f5bcc5e9aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"998931234567","type":"text"}]},"url":"/api/profile/phone","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","profile","phone"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2a03ab15-5f3c-4c91-94f9-f2f5bcc5e9aa"},{"name":"Изменить аватарку","id":"c78df2c4-0f22-49dc-a7e7-f35767161e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"picture","type":"file","src":"postman-cloud:///1efbc55f-d9f1-4cc0-b7e5-4aac7f6bfef0"}]},"url":"/api/profile?_method=PUT","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","profile"],"host":[""],"query":[{"key":"_method","value":"PUT"}],"variable":[]}},"response":[],"_postman_id":"c78df2c4-0f22-49dc-a7e7-f35767161e39"}],"id":"5726e6b8-4f8f-4b7d-8a65-67ae41594be4","_postman_id":"5726e6b8-4f8f-4b7d-8a65-67ae41594be4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}}},{"name":"Админ","item":[{"name":"Перключение и отключение служебного пользователя","id":"4d53ad6e-f564-4075-affa-15547c2980a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"/api/admin/users/:uuid/toggle_admin","urlObject":{"path":["api","admin","users",":uuid","toggle_admin"],"host":[""],"query":[],"variable":[{"type":"any","value":"5c6fd19d-9371-4d27-945b-20677c47ff0a","key":"uuid"}]}},"response":[],"_postman_id":"4d53ad6e-f564-4075-affa-15547c2980a0"},{"name":"Временный пароль","id":"0ffebb4b-df10-4d7f-b588-3b9ac95fbb9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"df17542c-1664-44ee-ad84-7fc3b1de9dde","src":"postman-cloud:///1eff7fe7-d3c6-4a80-9230-5b40a4ab3003"},{"key":"name","value":"Учредительный договор ООО","type":"text","uuid":"27d8e978-6875-4469-a59b-72e814eb01b2"},{"key":"directory","value":"","type":"text","uuid":"65a1b771-ac13-44fc-baf2-0643289209da"}]},"url":"http://api.loc/api/edm/v1/document_constructor_templates","urlObject":{"protocol":"http","path":["api","edm","v1","document_constructor_templates"],"host":["api","loc"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ffebb4b-df10-4d7f-b588-3b9ac95fbb9d"}],"id":"a6de8f8a-27fa-4d93-877e-5dc801fdaa09","_postman_id":"a6de8f8a-27fa-4d93-877e-5dc801fdaa09","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}}},{"name":"Отправка OTP","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":[""],"type":"text/javascript"}}],"id":"38c13f44-80cd-45aa-b0ce-0ba3f2527b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"test","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"type","value":"login","description":"<p>Поле для определения типа OTP кода (по умолчанию это login)</p>\n","type":"text","disabled":true}]},"url":"/api/otp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","otp"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"38c13f44-80cd-45aa-b0ce-0ba3f2527b6f"},{"name":"Отправка OTP по телефону","event":[{"listen":"test","script":{"id":"ab5569bb-5109-4bc5-8f96-9c2b146ff5d4","exec":[""],"type":"text/javascript"}}],"id":"2c1931ff-795f-4a16-b04d-b228ec5a4a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"","type":"text"}]},"url":"/api/otp-by-phone","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","otp-by-phone"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2c1931ff-795f-4a16-b04d-b228ec5a4a29"},{"name":"Health","id":"f7aebb9b-982d-47f5-87a7-9c8d9f561e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/health","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"path":["api","health"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f7aebb9b-982d-47f5-87a7-9c8d9f561e5b"},{"name":"GetГНК","id":"be1f0a68-42f1-4009-a773-152ba14a753b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","id":"ae7afcdf-ef53-4b2f-8381-829c8fe2a258","name":"Multibank.Авторизация","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"be1f0a68-42f1-4009-a773-152ba14a753b"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"cc917de9-2245-4b91-b7d4-a27bd85e58a6","type":"text/javascript","exec":["const Header = require('postman-collection').Header;","pm.request.headers.append(Header.create('application/json', 'Accept'));"]}},{"listen":"test","script":{"id":"48e62c1d-b77a-4960-a8d1-0a1104327456","type":"text/javascript","exec":[""]}}],"variable":[{"key":"access_token","value":""},{"key":"refresh_token","value":""},{"key":"server_url","value":"","type":"string"},{"key":"client_id","value":"","type":"string"},{"key":"client_secret","value":"","type":"string"}]}