api:mvno:additionalproducts:get
Table of Contents
API : MVNO additional products Get
Introduction
This request will return the price of data sharing sim and smartwatch for specific customer
Request
| URL | https://api.telecomx.dk/mvno/additionalproducts/:id | |
|---|---|---|
| Method | GET | |
| Access level | VIEWER, MANAGER or OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
| Param | ACCOUNT_ID | Id of the MVNO account (24 hex-char string) or E.164 phone number. |
Query example
https://api.telecomx.dk/mvno/additionalproducts/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| smartWatchProductPrice | number | Price for activated smartwatch eSIM product for the specific customer |
| dataSharingProductPrice | number | Price for data sharing sim for the specific customer |
Example
{ smartWatchProductPrice: 29, dataSharingProductPrice: 19 }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | customer | Customer not found |
| 403 | access_denied | Insufficient access level |
api/mvno/additionalproducts/get.txt · Last modified: 2025/09/23 10:51 by Thomas Andersen