UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 87 kB
{"openapi":"3.0.1","servers":[{"url":"https://healthidsbx.ndhm.gov.in/api"}],"info":{"contact":{"name":"National Health Authority","url":"https://ndhm.gov.in/"},"description":"It is important to standardize the process of identification of an individual across healthcare providers, to ensure that the created medical records are issued to the right individual or accessed by a Health Information User through appropriate consent. \nIn order to issue a Health ID to an individual, one only needs basic demographic details like Name, Year of Birth, Gender. In addition, citizens should be able to update contact information easily.","title":"Health ID Service","version":"1.0","x-apisguru-categories":["open_data"],"x-origin":[{"format":"openapi","url":"https://apisetu.gov.in/api_specification_v8/ndhm-healthid.yaml","version":"3.0"}],"x-providerName":"ndhm.gov.in","x-serviceName":"ndhm-healthid"},"tags":[{"description":"Health ID Authentication APIs","name":"Authentication"},{"description":"APIs to Retrieve Health ID/number using mobile number or aadhar.","name":"Forgot health id/number"},{"description":"Create Health facility ID APIs","name":"Health Facility"},{"description":"APIs to be published by the Health ID system for benefit linkage","name":"Integrated Programs"},{"description":"Health ID Profile APIs (requires authenticated user token)","name":"Profile"},{"description":"APIs to create Health ID using Aadhaar number & mobile number.","name":"Registration with Aadhaar"},{"description":"APIs to create Health ID using mobile number.","name":"Registration with mobile number"},{"description":"Health ID Search APIs","name":"Search"},{"description":"Health ID Tag APIs","name":"Tags"},{"description":"Health ID Information APIs","name":"Utility"}],"paths":{"/v1/account/aadhaar/generateOTP":{"post":{"deprecated":false,"description":"Generate Aadhaar OTP on registrered for link account with aadhar number","operationId":"generatereKycAadharOTPUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Aadhaar OTP on registrered for link account with aadhar number","tags":["Profile"]}},"/v1/account/aadhaar/verifyOTP":{"post":{"deprecated":false,"description":"Verify Aadhaar OTP to complete KYC/re-KYC verification","operationId":"verifyAadharOTPOnlyUsingPOST_1","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyAadhaarOtp"}}},"description":"verifyAadhaarOtp","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"boolean"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Verify Aadhaar OTP to complete KYC/re-KYC verification.","tags":["Profile"],"x-codegen-request-body-name":"verifyAadhaarOtp"}},"/v1/account/benefits":{"get":{"deprecated":false,"operationId":"getBenefitsUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer XToken","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Get List of Benefits associated with HealthID.","tags":["Profile"]}},"/v1/account/change/passwd/byAadhaar":{"post":{"deprecated":false,"description":"Change password via Aadhar for heath id.","operationId":"changePasswordViaAadharUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidOtpRequestPaylaod"}}},"description":"hidOtpRequestPaylaod","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Change password via Aadhar for heath id.","tags":["Profile"],"x-codegen-request-body-name":"hidOtpRequestPaylaod"}},"/v1/account/change/passwd/byMobile":{"post":{"deprecated":false,"description":"Change password via mobile for heath id.","operationId":"changePasswordViaMobileUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidOtpRequestPaylaod"}}},"description":"hidOtpRequestPaylaod","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Change password via mobile for heath id.","tags":["Profile"],"x-codegen-request-body-name":"hidOtpRequestPaylaod"}},"/v1/account/change/passwd/generateAadhaarOTP":{"get":{"deprecated":false,"description":"Generate Aadhaar OTP on registrered mobile number.","operationId":"generateAadharOTPUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Aadhaar OTP on registrered mobile number.","tags":["Profile"]}},"/v1/account/change/passwd/generateMobileOTP":{"get":{"deprecated":false,"description":"Generate Mobile OTP to start registration.","operationId":"generateMobileOTPUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Mobile OTP to start registration.","tags":["Profile"]}},"/v1/account/change/password":{"post":{"deprecated":false,"description":"Change password via password for heath id.","operationId":"changePasswordViaUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidChangePasswordRequestPayload"}}},"description":"healthFacilityPasswordRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Change password via password for heath id.","tags":["Profile"],"x-codegen-request-body-name":"healthFacilityPasswordRequest"}},"/v1/account/getCard":{"get":{"deprecated":false,"operationId":"generateCardUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Health ID card in PDF format","tags":["Profile"]}},"/v1/account/getPngCard":{"get":{"deprecated":false,"operationId":"generatePngCardUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Health ID card PNG","tags":["Profile"]}},"/v1/account/getSvgCard":{"get":{"deprecated":false,"operationId":"generateSvgCardUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Health ID card SVG","tags":["Profile"]}},"/v1/account/profile":{"delete":{"deprecated":false,"operationId":"deleteAccountUsingDELETE","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"type":"boolean"}}},"description":"OK"},"204":{"content":{},"description":"No Content"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Delete account","tags":["Profile"]},"get":{"deprecated":false,"operationId":"getAccountInformationUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer XToken","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Get account information.","tags":["Profile"]},"post":{"deprecated":false,"operationId":"updateAccountInformationUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAccountRequest"}}},"description":"request","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Update account information","tags":["Profile"],"x-codegen-request-body-name":"request"}},"/v1/account/qrCode":{"get":{"deprecated":false,"operationId":"getQrCodeUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer XToken","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"format":"byte","type":"string"}},"image/png":{"schema":{"format":"byte","type":"string"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Get Quick Response code in PNG format for this account.","tags":["Profile"]}},"/v1/account/token":{"post":{"deprecated":false,"operationId":"validateTokenUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateTokenRequest"}}},"description":"request","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"boolean"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Validate auth token","tags":["Profile"],"x-codegen-request-body-name":"request"}},"/v1/auth/authPassword":{"post":{"deprecated":false,"operationId":"authenticateWithPasswordUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JwtRequest"}}},"description":"authenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/JwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authenticate using Health ID number / Health ID and password","tags":["Authentication"],"x-codegen-request-body-name":"authenticationRequest"}},"/v1/auth/authWithMobile":{"post":{"deprecated":false,"operationId":"authenticateUserUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthMobileOTPRequest"}}},"description":"authRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authenticate request to generate Mobile OTP using Health ID number / Health ID","tags":["Authentication"],"x-codegen-request-body-name":"authRequest"}},"/v1/auth/authWithMobileToken":{"post":{"deprecated":false,"operationId":"authWithMobileTokenUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthWithMobileTxnAndUserData"}}},"description":"authRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/JwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authenticate using verified Mobile Number and user data","tags":["Authentication"],"x-codegen-request-body-name":"authRequest"}},"/v1/auth/cert":{"get":{"deprecated":false,"operationId":"certUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Auth token public key.","tags":["Authentication"]}},"/v1/auth/confirmWithAadhaarBio":{"post":{"deprecated":false,"operationId":"confirmWithAadhaarBioUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthAccountAadhaarBioRequest"}}},"description":"authenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/JwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authentication with Aadhaar Biometric based auth transaction.","tags":["Authentication"],"x-codegen-request-body-name":"authenticationRequest"}},"/v1/auth/confirmWithAadhaarOtp":{"post":{"deprecated":false,"operationId":"confirmWithAadhaarOtpUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthAccountAadhaarOTPRequest"}}},"description":"authenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/JwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authentication with Aadhaar OTP based auth transaction.","tags":["Authentication"],"x-codegen-request-body-name":"authenticationRequest"}},"/v1/auth/confirmWithDemographics":{"post":{"deprecated":false,"operationId":"confirmWithDemographicsUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthAccountWithDemographicsRequest"}}},"description":"authenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authenticate using demographic data of user.","tags":["Authentication"],"x-codegen-request-body-name":"authenticationRequest"}},"/v1/auth/confirmWithMobileOTP":{"post":{"deprecated":false,"operationId":"confirmWithMobileUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthAccountMobileOTPRequest"}}},"description":"authenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/JwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authentication with Mobile OTP based auth transaction.","tags":["Authentication"],"x-codegen-request-body-name":"authenticationRequest"}},"/v1/auth/confirmWithPassword":{"post":{"deprecated":false,"operationId":"authAccountPasswordRequestUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthWithPasswordRequest"}}},"description":"authenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/JwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Authentication with PASSWORD based auth transaction.","tags":["Authentication"],"x-codegen-request-body-name":"authenticationRequest"}},"/v1/auth/init":{"post":{"deprecated":false,"operationId":"initiateAuthUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthInitRequest"}}},"description":"authRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Initiate authentication process for given Health ID","tags":["Authentication"],"x-codegen-request-body-name":"authRequest"}},"/v1/auth/resendAuthOTP":{"post":{"deprecated":false,"operationId":"resendAuthMobileOTPUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendOTPRequest"}}},"description":"resendOtpRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"boolean"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Resend Aadhaar/Mobile OTP for Authentication Transaction.","tags":["Authentication"],"x-codegen-request-body-name":"resendOtpRequest"}},"/v1/forgot/healthId/aadhaar":{"post":{"deprecated":false,"description":"Verify aadhar OTP sent as part of forgetHealth id.","operationId":"retrievalHealthIdByAadharUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthAccountAadhaarOTPRequest"}}},"description":"authAccountAadhaarOTPRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/RetrieveHealthIdPayloadResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Verify aadhar OTP sent as part of forgetHealth id.","tags":["Forgot health id/number"],"x-codegen-request-body-name":"authAccountAadhaarOTPRequest"}},"/v1/forgot/healthId/aadhaar/generateOtp":{"post":{"deprecated":false,"description":"Generate Aadhaar OTP on registrered mobile number","operationId":"generateAadharOTPUsingPOST_1","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AadharOtpGenerateRequestPayLoad"}}},"description":"generateOtpRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Aadhaar OTP on registrered mobile number","tags":["Forgot health id/number"],"x-codegen-request-body-name":"generateOtpRequest"}},"/v1/forgot/healthId/mobile":{"post":{"deprecated":false,"description":"Verify Mobile OTP sent as part of forgetHealth id.","operationId":"retrievalHealthIdByMobileUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RetriveHealthIdMobilePayLoad"}}},"description":"retriveHealthIdMobilePayLoad","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/RetrieveHealthIdPayloadResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Verify Mobile OTP sent as part of forgetHealth id.","tags":["Forgot health id/number"],"x-codegen-request-body-name":"retriveHealthIdMobilePayLoad"}},"/v1/forgot/healthId/mobile/generateOtp":{"post":{"deprecated":false,"description":"Generate Mobile OTP to start registration transaction.","operationId":"generateMobileOTPUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateMobileOTPRequest"}}},"description":"generateOtpRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Mobile OTP to start registration","tags":["Forgot health id/number"],"x-codegen-request-body-name":"generateOtpRequest"}},"/v1/ha/lgd/districts":{"get":{"deprecated":false,"operationId":"getDistrictsInStateUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"stateCode","in":"query","name":"stateCode","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"items":{"$ref":"#/components/schemas/DistrictDTO"},"type":"array"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Get a list of districts in a given State as per LGD.","tags":["Utility"]}},"/v1/ha/lgd/states":{"get":{"deprecated":false,"operationId":"getStatesUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"items":{"$ref":"#/components/schemas/StatesDTO"},"type":"array"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Get a list of states as per LGD.","tags":["Utility"]}},"/v1/ha/tags":{"delete":{"deprecated":false,"operationId":"deleteTagUsingDELETE","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TagRequest"}}},"description":"tagRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"items":{"$ref":"#/components/schemas/TagRequest"},"type":"array"}}},"description":"OK"},"204":{"content":{},"description":"No Content"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Delete tag against HealthId.","tags":["Tags"],"x-codegen-request-body-name":"tagRequest"},"get":{"deprecated":false,"operationId":"getTagsUsingGET","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"type":"object"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Get list of Tags against HealthID.","tags":["Tags"]},"post":{"deprecated":false,"operationId":"addTagUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagRequest"}}},"description":"tagRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"items":{"$ref":"#/components/schemas/TagRequest"},"type":"array"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Add tag against HealthId.","tags":["Tags"],"x-codegen-request-body-name":"tagRequest"}},"/v1/health/facility/authenticate":{"post":{"deprecated":false,"description":"Generate token for heath facility id.","operationId":"authenticateHealthFacilityUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthFacilityAuthenticationRequest"}}},"description":"healthFacilityAuthenticationRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate token for heath facility id.","tags":["Health Facility"],"x-codegen-request-body-name":"healthFacilityAuthenticationRequest"}},"/v1/health/facility/change/password":{"post":{"deprecated":false,"description":"Change password for heath facility id.","operationId":"changePasswordUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthFacilityChangedPasswordRequest"}}},"description":"healthFacilityPasswordRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Change password for heath facility id.","tags":["Health Facility"],"x-codegen-request-body-name":"healthFacilityPasswordRequest"}},"/v1/health/facility/createHealthIdWithPreVerified":{"post":{"deprecated":false,"operationId":"createAadhaarAccountUsingPOST_1","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAccountWithPreVerifiedAadhaar"}}},"description":"accountRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateAccountJwtResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Health ID card SVG","tags":["Health Facility"],"x-codegen-request-body-name":"accountRequest"}},"/v1/health/facility/generate/password":{"post":{"deprecated":false,"description":"Generates password for heath facility id.","operationId":"generatePasswordUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthFacilityPasswordRequest"}}},"description":"healthFacilityPasswordRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generates password for heath facility id.","tags":["Health Facility"],"x-codegen-request-body-name":"healthFacilityPasswordRequest"}},"/v1/health/facility/generateOtp":{"post":{"deprecated":false,"description":"Generate health facility OTP on registrered mobile number","operationId":"generateFacilityOTPUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Auth Token","example":"Bearer XToken","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AadharOtpGenerateRequestPayLoad"}}},"description":"generateOtpRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate health hacility OTP on registrered mobile number","tags":["Health Facility"],"x-codegen-request-body-name":"generateOtpRequest"}},"/v1/health/facility/getSvgCard":{"get":{"deprecated":false,"operationId":"generateSvgCardUsingGET_1","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}},{"description":"Your health id","example":"demo@ndhm","in":"header","name":"Health-ID","required":true,"schema":{"type":"string"}},{"description":"Auth Token","example":"Bearer X-Token","in":"header","name":"X-Token","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"format":"byte","type":"string"}}},"description":"OK"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"generateSvgCard","tags":["Health Facility"]}},"/v1/health/facility/reset/password":{"post":{"deprecated":false,"description":"Reset password for heath facility id.","operationId":"resetPasswordUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthFacilityPasswordRequest"}}},"description":"healthFacilityPasswordRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Reset password for heath facility id.","tags":["Health Facility"],"x-codegen-request-body-name":"healthFacilityPasswordRequest"}},"/v1/hid/benefit/aadhaar/generateOtp":{"post":{"deprecated":false,"description":"Generate Aadhaar OTP on registrered mobile number","operationId":"generateAadharOTPUsingPOST_2","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AadharOtpGenerateRequestPayLoad"}}},"description":"generateOtpRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate Aadhaar OTP on registrered mobile number","tags":["Integrated Programs"],"x-codegen-request-body-name":"generateOtpRequest"}},"/v1/hid/benefit/aadhaar/verifyAadharOtp":{"post":{"deprecated":false,"description":"Create health id using Aadhaar number opt","operationId":"verifyAadharOtpUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateHealthIdOptRequest"}}},"description":"createHealthIdOptRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HidBenefitRequestPayload"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Create health id using Aadhaar Number Otp.","tags":["Integrated Programs"],"x-codegen-request-body-name":"createHealthIdOptRequest"}},"/v1/hid/benefit/aadhaar/verifyBio":{"post":{"deprecated":false,"description":"Create health id using Biometric Authentication.","operationId":"verifyBioUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateHidBiometricRequest"}}},"description":"createHidBiometricRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HidBenefitRequestPayload"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Create health id using Biometric Authentication.","tags":["Integrated Programs"],"x-codegen-request-body-name":"createHidBiometricRequest"}},"/v1/hid/benefit/createHealthId/demo/auth":{"post":{"deprecated":false,"description":"Create health id using Aadhaar Demo Auth.","operationId":"createHealthIdByDemoAuthUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateHIdDemoAuthRequest"}}},"description":"createHIdDemoAuthRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HidBenefitRequestPayload"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Create health id using Aadhaar Demo Auth.","tags":["Integrated Programs"],"x-codegen-request-body-name":"createHIdDemoAuthRequest"}},"/v1/hid/benefit/delink":{"post":{"deprecated":false,"description":"De-Linked with hid.","operationId":"delinkHidBenefitUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidBenefitDelinkRequestPayload"}}},"description":"hidBenefitLinkedRequestPayload","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HidBenefitLinkedResponsePayload"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"De-Linked with hid.","tags":["Integrated Programs"],"x-codegen-request-body-name":"hidBenefitLinkedRequestPayload"}},"/v1/hid/benefit/link":{"post":{"deprecated":false,"description":"Linked with hid.","operationId":"linkHidBenefitUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidBenefitLinkedRequestPayload"}}},"description":"hidBenefitLinkedRequestPayload","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HidBenefitLinkedResponsePayload"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Linked with hid.","tags":["Integrated Programs"],"x-codegen-request-body-name":"hidBenefitLinkedRequestPayload"}},"/v1/hid/benefit/mobile/createHealthId":{"post":{"deprecated":false,"description":"Create health id using mobile Authentication.","operationId":"createHealthIdByMobileUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateHidMobileRequest"}}},"description":"createHidMobileRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Create health id using mobile Authentication.","tags":["Integrated Programs"],"x-codegen-request-body-name":"createHidMobileRequest"}},"/v1/hid/benefit/mobile/generateOtp":{"post":{"deprecated":false,"description":"Generate mobile OTP on registrered mobile number","operationId":"generateMobileOtpUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateMobileOTPRequest"}}},"description":"generateOtpRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/TxnResponse"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Generate mobile OTP on registrered mobile number","tags":["Integrated Programs"],"x-codegen-request-body-name":"generateOtpRequest"}},"/v1/hid/benefit/notify/benefit":{"post":{"deprecated":false,"description":"Create health id using notify Benefit.","operationId":"notifyBenefitUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateHidNotifyBenefitRequest"}}},"description":"createHidNotifyBenefitRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/HidBenefitRequestPayload"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Create health id using notify Benefit.","tags":["Integrated Programs"],"x-codegen-request-body-name":"createHidNotifyBenefitRequest"}},"/v1/hid/benefit/search/aadhaar":{"post":{"deprecated":false,"description":"Search health id number using aadhar or aadhar token.","operationId":"findByAadharUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AadharNumberRequestPayload"}}},"description":"aadharNumberRequestPayload","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"items":{"properties":{},"type":"object"},"type":"array"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Search health id number using aadhar or aadhar token.","tags":["Integrated Programs"],"x-codegen-request-body-name":"aadharNumberRequestPayload"}},"/v1/hid/benefit/search/healthIdNumber":{"post":{"deprecated":false,"description":"Search benefit using health id number","operationId":"findByHealthIdUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidBenefitNameSearchRequest"}}},"description":"searchRequest","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"items":{"$ref":"#/components/schemas/HidBenefitSearchResponsePayload"},"type":"array"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Search benefit using health id number.","tags":["Integrated Programs"],"x-codegen-request-body-name":"searchRequest"}},"/v1/hid/benefit/update/mobile":{"post":{"deprecated":false,"operationId":"updateMobileInformationUsingPOST","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidUpdateMobiletRequest"}}},"description":"request","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Update mobile number for account.","tags":["Integrated Programs"],"x-codegen-request-body-name":"request"}},"/v1/hid/benefit/update/profile":{"post":{"deprecated":false,"operationId":"updateAccountInformationUsingPOST_1","parameters":[{"in":"header","name":"Accept-Language","schema":{"default":"en-US","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HidUpdateAccountRequest"}}},"description":"request","required":true},"responses":{"200":{"content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserDTO"}}},"description":"OK"},"201":{"content":{},"description":"Created"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Not Found"}},"security":[{"Authorization":[]},{"X-HIP-ID":[]}],"summary":"Update account information","tags":["Integrated Programs"],"x-codegen-request-body-name":"request"}},"/v1/hid/benefit/update/status":{"post":{"deprecated":false,"description":"Update health id status.","operationId":"updateS