api:mvno:account:fetchprovidersettings
Table of Contents
API : Fetch provider settings
Introduction
This request will fetch the provider settings and save them on the MVNO account.
Request
| URL | https://api.telecomx.dk/mvno/ACCOUNT_ID/fetchprovidersettings | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN. | |
Query example
https://api.telecomx.dk/mvno/123456789123456789123456/fetchprovidersettings
Response
An array of objects each as described below.
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
[ { success: true } ]
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | state | Synchronizing SOCs is not allowed for MVNO accounts in state “CREATING” |
| 403 | access_denied | Insufficient access level |
api/mvno/account/fetchprovidersettings.txt · Last modified: 2023/04/25 14:04 by Joakim Andersen