Authentication
Get Authentication token
POST
https://[customer].testresults.io/api/token/login
Gets an authentication token.
Request Body
Name
Type
Description
string
User's email address
Password
string
User's password
Get Authentication token by Customer
POST
https://[customer].testresults.io/api/token/refine
Gets an authentication token by selected Customer.
Request Body
Name
Type
Description
CustomerId
string
Customer ID
Get link to reset password
PUT
https://[customer].testresults.io/api/users/reset/prepare
Gets a password reset link. The link will be sent by email.
Request Body
Name
Type
Description
UserEmail
string
User's email
Host
string
Host name
Update password
PUT
https://[customer].testresults.io/api/users/reset
Updates your password.
Request Body
Name
Type
Description
NewPassword
string
New password
Token
string
token for password update (will be provided)
Last updated