Partner user login

Authenticates a partner staff member (PARTNER_ADMIN, PARTNER_MANAGER, PARTNER_FINANCE, PARTNER_OPERATIONS, PARTNER_AGENT) and returns JWT access and refresh tokens. Mobile app users use POST /app-user/auth/login; MVNO admins use POST /auth/mvno/login.

Access: Public endpoint.

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

Partner user email address

string
required
length ≥ 8

Partner user password

Responses
200

Login successful — returns accessToken, refreshToken, and partner 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!