Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions src/main/environment/common_ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ clientSecret=@env.NDHM_ABHA_CLIENT_SECRET_KEY@
##Default ABDM Facility ID
abdmFacilityId= @env.ABDM_FACILITY_ID@

ndhmuserAuthenticate=@env.ABDM_BASE_URL@/gateway/v0.5/sessions
ndhmuserAuthenticate=@env.ABDM_HIECM_BASE_URL@/gateway/v0.5/sessions
ndhmGenerateOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/mobile/generateOtp
ndhmVerifyOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/mobile/verifyOtp
ndhmCreateHealthID=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/mobile/createHealthId
Expand All @@ -57,9 +57,9 @@ abdmcreateHealthIdWithPreVerified= @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registra


##CareContext Creation API
generateOTPForCareContext=@env.ABDM_BASE_URL@/gateway/v0.5/users/auth/init
addCareContext = @env.ABDM_BASE_URL@/gateway/v0.5/links/link/add-contexts
validateOTPForCareContext=@env.ABDM_BASE_URL@/gateway/v0.5/users/auth/confirm
generateOTPForCareContext=@env.ABDM_HIECM_BASE_URL@/gateway/v0.5/users/auth/init
addCareContext = @env.ABDM_HIECM_BASE_URL@/gateway/v0.5/links/link/add-contexts
validateOTPForCareContext=@env.ABDM_HIECM_BASE_URL@/gateway/v0.5/users/auth/confirm

##ABHA Card API
## Auth init - aadhar / mobile
Expand All @@ -73,20 +73,20 @@ generateHealthCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/health/facility/getPngCa
generateHealthIDCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/account/getPngCard

## Generate Notify SMS once episode completed
generateABDM_NotifySMS=@env.ABDM_BASE_URL@/gateway/v1/patients/sms/notify2
generateABDM_NotifySMS=@env.ABDM_HIECM_BASE_URL@/gateway/v1/patients/sms/notify2

##verifyBio
abdmVerifyBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/verifyBio
abdmGenerateMobileOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/generateMobileOTP
abdmConfirmAadhaarBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadhaarBio
abdmAccountProfile=@env.ABDM_ACCOUNT_ID_BASE_URL@/api/v1/account/profile
abdmVerifyBio=@env.ABDM_BASE_URL@/api/v1/registration/aadhaar/verifyBio
abdmGenerateMobileOTP=@env.ABDM_BASE_URL@/api/v1/registration/aadhaar/generateMobileOTP
abdmConfirmAadhaarBio=@env.ABDM_BASE_URL@/api/v1/auth/confirmWithAadhaarBio
abdmAccountProfile=@env.ABDM_BASE_URL@/api/v1/account/profile

##ABDM Facility services
getAbdmFacilityServicies= @env.ABDM_HIECM_BASE_URL@/api/hiecm/gateway/v3/bridge-services

##ABDM V3 APIs
abdmV3UserAuthenticate = @env.ABDM_HIECM_BASE_URL@/api/hiecm/gateway/v3/sessions
getAuthCertPublicKey = @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/cert
getAuthCertPublicKey = @env.ABDM_BASE_URL@/abha/api/v3/profile/public/certificate
requestOtpForEnrollment = @env.ABDM_BASE_URL@/abha/api/v3/enrollment/request/otp
abhaEnrollByAadhaar = @env.ABDM_BASE_URL@/abha/api/v3/enrollment/enrol/byAadhaar
printAbhaCard = @env.ABDM_BASE_URL@/abha/api/v3/profile/account/abha-card
Expand All @@ -96,7 +96,6 @@ abhaProfileLoginVerifyUser = @env.ABDM_BASE_URL@/abha/api/v3/profile/login/veri
requestAuthByAbdm = @env.ABDM_BASE_URL@/abha/api/v3/enrollment/auth/byAbdm
webLoginAbhaRequestOtp = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/abha/request/otp
webLoginAbhaVerify = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/abha/verify
webLoginAbhaVerify = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/abha/verify
webLoginPhrCard = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/profile/abha/phr-card

x-CM-ID=@env.X_CM_ID@
Expand Down
Loading