token this endpoint returns.
Tokens expire after 2 hours. Logging in again immediately invalidates your previous token. Cache the token locally and refresh it proactively before it expires rather than calling login on every request.
Request parameters
string
required
Your MIOeSIM account phone number. This is your login username.
string
required
Your MIOeSIM account password.
string
required
Request signature computed from
phonenumber and password. See Computing the signature for the full algorithm.Response fields
integer
required
Status code.
1 indicates success. Negative values indicate errors — see the error table below.string
required
Human-readable status description.
object
Present on success. Contains the session token.
