Auth Login
Login to get an authToken to be used for future calls
/v1/auth/login
Name | Required | Default | Format | Examples | Description |
---|---|---|---|---|---|
appKey | yes | string | qiusdjsls9273sd | Your application key | |
emailAddress | yes | string | test@mirabilis.me | The user's email address | |
password | yes | string | The user's password | ||
timestamp | yes | digits | 1410821833 | Unix timestamp of when the request was made | |
signature | yes | string | ef20bde134a8f236896208f1922b3e29 | A md5 signature of all your params and application secret concatenated together in the following order: "appKey . username . password . timestamp . appSecret". There is no 'dot' between the parameters when creating the signature. | |
tempAuthToken | no | string | dGVzdF9rZXkmNCYxNDEwODk4MzgxJmRldmVs | The tempAuthToken is only returned from a /user/addreview call. If this is given, then any reviews for the temporary user will be transfered to this logged in user. |
http://api.healthoutcome.org/v1/auth/login?emailAddress=test@mirabilis.me&password=tEst8Asp×tamp=1410821833&signature=xxxxxx&appKey=test_key