Public API
Документы
- POST /api/v1/profile/persons/{personId}/documents — Добавление документа персоны (addPersonDocument)
- POST /api/v1/profile/persons/{personId}/documents/{documentId}/archive — Архивация документа персоны (archivePersonDocument)
- POST /api/v1/profile/persons/{personId}/archive — Архивация персоны (archivePerson)
- POST /api/v1/profile/requisite-templates/{templateId}/archive — Архивация шаблона реквизитов (archiveRequisiteTemplate)
- POST /api/v1/profile/persons/{personId}/documents/{documentId}/scans — Прикрепление скана документа (attachDocumentScan)
- POST /api/v1/profile/persons — Создание персоны (createPerson)
- POST /api/v1/profile/requisite-templates — Создание шаблона реквизитов (createRequisiteTemplate)
- POST /api/v1/profile/verification — Создание черновика заявки KYC (createVerificationRequest)
- GET /api/v1/profile/persons/{personId}/documents/{documentId}/scans/{fileId}/download-link — Presigned-ссылка на скан (getDocumentScanLink)
- GET /api/v1/profile/me — Получение своего профиля ЛК (getMyProfile)
- GET /api/v1/profile/verification — Моя заявка на верификацию (getMyVerification)
- GET /api/v1/profile/persons/{personId} — Получение персоны (getPerson)
- GET /api/v1/profile/persons/{personId}/documents — Список документов персоны (listPersonDocuments)
- GET /api/v1/profile/persons — Список персон аккаунта (listPersons)
- GET /api/v1/profile/requisite-templates — Список шаблонов реквизитов (listRequisiteTemplates)
- DELETE /api/v1/profile/persons/{personId}/documents/{documentId}/scans/{fileId} — Удаление скана документа (removeDocumentScan)
- POST /api/v1/profile/persons/{personId}/restore — Восстановление персоны (restorePerson)
- POST /api/v1/profile/verification/{requestId}/revoke — Отзыв заявки KYC на доработку (revokeVerification)
- POST /api/v1/profile/requisite-templates/{templateId}/set-default — Шаблон по умолчанию (setDefaultTemplate)
- POST /api/v1/profile/verification/{requestId}/submit — Отправка заявки KYC на ревью (submitVerification)
- PUT /api/v1/profile/me/settings — Обновление настроек ЛК (updateMySettings)
- PUT /api/v1/profile/persons/{personId}/documents/{documentId} — Обновление документа персоны (updatePersonDocument)
- PUT /api/v1/profile/persons/{personId} — Обновление персоны (updatePerson)
- PUT /api/v1/profile/requisite-templates/{templateId} — Изменение шаблона реквизитов (updateRequisiteTemplate)
- PUT /api/v1/profile/verification/{requestId} — Правка черновика заявки KYC (updateVerificationDraft)