Sessions
Obtain a decryption key for a user
Given a username and password, returns the encryption secret required to decrypt that user's stored interview answers in API calls.
get/api/secret
Query parameters
usernamestring email required
The user's e-mail address.
passwordstring required
The user's password.
Response
Decryption secret.
string required