POST Patient Login

Used to login a patient to SurgiPrice™ and receive an authentication key.

Resource URL

https://testapi.surgiprice.com/login/

Input Parameters

Parameter NameDescriptionParameter TypeRequiredExample
EmailPatient's Email Address50 CharactersYES[email protected]
PasswordPatient's Password20 CharactersnoMy1stPassword!

Result Description

Parameter NameDescriptionParameter TypeExample
SuccessIf the email / password combination was correct0 (fail) or 1 (success)0
LoginKeyA 20 digit string used to authenticate the user for the rest of the session20 Characters12345678901234567890
Message If Success=0, this Parameter contains the reason the login failed. This is for feedback to the user. String That was an invalid email / password combination