MVNO user login

Authenticates an MVNO system user and returns JWT access and refresh tokens. Mobile app users use POST /app-user/auth/login; partner staff use POST /auth/partner/login.

Access: Public endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

MVNO user email address

string
required
length ≥ 8

MVNO user password

Responses
200

Login successful — returns accessToken, refreshToken, and MVNO user details.

400

No password set for this account

401

Invalid credentials or account locked

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!