[LEIMOWORKS]OpenAPIs
  1. 모홈 청구 APIs
[LEIMOWORKS]OpenAPIs
  • 공통
    • 인증토큰 발급
      GET
  • 모홈 보장분석 APIs
    • 본인인증 - 인증번호 요청
      POST
    • 본인인증 - 인증번호 검증
      POST
    • 약관조회
      GET
    • 보장분석 결과
      POST
    • 보장분석 결과 리포트
      POST
  • 모홈 메디컬보장분석 APIs
    • 건강보험공단 - 간편인증 요청
      POST
    • 건강보험공단 - 간편인증 완료, 데이터 전송
      POST
    • 보장분석 결과 전송
      POST
    • PDF 리포트 요청
      POST
    • JSON 리포트 요청
      POST
  • 모홈 사용자 관리 APIs
    • 사용자 추가
      PUT
    • 사용자 업데이트
      PATCH
    • 사용자 리스트
      GET
    • 사용자 삭제
      DELETE
  • 모홈 청구 APIs
    • 보험사 목록
      GET
    • 은행 목록
      GET
    • 우체국 지급센터 목록
      GET
    • 직업 코드 목록
      GET
    • 약관 조회
      GET
    • 청구
      POST
    • 청구 이력
      POST
  1. 모홈 청구 APIs

보험사 목록

GET
/api/v1/claim/insurances

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mohom.kr/api/v1/claim/insurances' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
    {
        "insuId": 2,
        "insuCompCd": "KBINS",
        "insuCompNm": "KB손해보험",
        "insuShortNm": "KB손해보험",
        "insuDispNm": "KB손해보험",
        "insuCompType": "I",
        "logoUrl": "https://cache.lemonhc.com/thumnail/insu/KBINS.svg",
        "myInsuEnabled": false,
        "mbrSendType": "FILE",
        "anymSendType": "FILE",
        "guideFaxTxt": "",
        "callCenterTel": "1544-0114",
        "autoTranEnabled": true,
        "pharmEnabled": true,
        "insuFax": "0508-924-1389",
        "inpatientEnabled": false,
        "faxNoRequired": false,
        "faxNoRequiredPhoto": false,
        "inpatientDiagRequired": true,
        "qabContractCheck": "N/A",
        "picContractCheck": "N/A",
        "breakMemo": null,
        "onlyEdiEnabled": false,
        "picDiseaseCodeInput": false,
        "picDiseaseNameInput": false,
        "hiwebnetClaimEnabled": true
    },
    {
        "insuId": 1,
        "insuCompCd": "SAMSUNGFIRE",
        "insuCompNm": "삼성화재해상보험",
        "insuShortNm": "삼성화재",
        "insuDispNm": "삼성화재",
        "insuCompType": "I",
        "logoUrl": "https://cache.lemonhc.com/thumnail/insu/SAMSUNGFIRE.svg",
        "myInsuEnabled": false,
        "mbrSendType": "FILE",
        "anymSendType": "FILE",
        "guideFaxTxt": null,
        "callCenterTel": "1588-5114",
        "autoTranEnabled": false,
        "pharmEnabled": false,
        "insuFax": "0508-924-1389",
        "inpatientEnabled": true,
        "faxNoRequired": false,
        "faxNoRequiredPhoto": false,
        "inpatientDiagRequired": true,
        "qabContractCheck": "N/A",
        "picContractCheck": "TERM",
        "breakMemo": null,
        "onlyEdiEnabled": false,
        "picDiseaseCodeInput": false,
        "picDiseaseNameInput": false,
        "hiwebnetClaimEnabled": true
    }
]
Modified at 2025-09-26 01:51:12
Previous
사용자 삭제
Next
은행 목록
Built with