Auth management

Login to API

post/api/v1/auth/login

Request body

emailstring nullable
passwordstring nullable
modestring nullable
accessKeystring nullable
secretKeystring nullable

Response

OK

tokenstring required
refreshTokenstring nullable
refreshTokenExpireTimestring date-time
twoFaEnabledboolean nullable
isForcedToEnabled2Faboolean nullable

Changes

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