5G Developer Portal
We streamline the development & monetization of 5G Apps and Value Added Services
Getting Started
This section will help you get started with the Service Experience API service.
Authentication
Ensure secure access by including your developer token in the request Authorization header.
User Journey
-
Get Service Experience by MSISDN: Retrieve detailed service experience information for a specific mobile number.
- Make a GET request to
/msisdn/[number]/serviceexperience
. - You will receive a JSON response containing metrics such as MOS (Mean Opinion Score), upper and lower range limits for quality, and location-specific information.
- Make a GET request to
-
Get Service Experience by Geohash: Obtain service experience information for a geographic location identified by a geohash.
- Make a GET request to
/location/[geohash]/serviceexperience
. - You will receive a JSON response containing metrics such as MOS (Mean Opinion Score), upper and lower range limits for quality, and location-specific information.
- Make a GET request to