Introduction #
MP is the eSIM QR provisiong and online store management system made available to enterpise eSIM customers, powered by Linksfield Network.
Versions #
MP APP API v1.1
API directly accessed from the outside (signature verification through the API gateway) :
- /mp-api/api/esim/queryOrderStatus
- /mp-api/api/esim/queryTraffic
- /mp-api/api/esim/saveAlarmCallbackInterface
- /mp-api/api/esim/switchOrder
- /mp-api/api/esim/packageList
- /mp-api/api/esim/activationCode
Transport protocol #
- HTTPS
Scope #
This document defines an interface between an enterprise backend system or App and the MP platform to provide eSIM order information management to enterprise users.
Char set #
UTF-8
encoding is used by default
Swagger #
Please refer to Swagger API for details of these APIs.
Please note that:
- for easy manipulation of the request header parameters, it is recommended to use postman for actual testing.
- swagger api is in testing environment.