Auth

Login as the specified user using the specified API key.

post/api/Auth/loginKey

Request body

userNamestring required
apiKeystring required

Response

OK

successboolean required
errorCode0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 required

0 = Success 1 = UserNotFound 2 = PasswordVerificationFailed 3 = InvalidCredentials 4 = AppNotFound 5 = AppVerificationFailed 6 = InvalidDevice 7 = AgreementsNotSigned 8 = UnknownError 9 = ApiSubscriptionNotFound 10 = ApiKeyAuthenticationDisabled

errorMessagestring
tokenstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.