This request will fetch the provider settings and save them on the MVNO account.
| URL | https://api.telecomx.dk/mvno/ACCOUNT_ID/fetchprovidersettings | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN. | |
https://api.telecomx.dk/mvno/123456789123456789123456/fetchprovidersettings
An array of objects each as described below.
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
[ { success: true } ]
| Error code | Message | Description |
|---|---|---|
| 400 | state | Synchronizing SOCs is not allowed for MVNO accounts in state “CREATING” |
| 403 | access_denied | Insufficient access level |