Content-Type [Required]
POST
/users/sign_inAuthenticate to retrieve secure token to carry out authed requests.
Upon successful authentication, the authentication token will be located in the headers of the response.
If you have 2FA set up for your account, you'll need to call this resource twice. Once for initial login and once for 2FA confirmation.
application/json
Content-Type
declared.
string
string
string
{"success":"You are now authenticated. Please check the response headers for your authorization key."}
{"error":"Could not find an account with those details. Please try again."}
{"error":"Your account is currently locked. Please reset your password."}
{"error":"Your account is now locked. Please reset your password."}
{"error":"Your account is not active. Please speak to the Rampage Team to resolve."}
{"error":"Incorrect login details specified. You have {x} attempts left."}
{"success":"Please call POST \/users\/sign_in with credentials and correct 2FA to complete authentication.","mfa_required":true}
{"error":"2FA is not enabled. Please login without supplying a 2FA code."}
{"error":"Incorrect 2FA code specified. You have {x} attempts left."}
{"error":"Your account is now locked. Please reset your password."}