This request will return the specified site wide configuration setting.
| URL | https://api.telecomx.dk/config/KEY | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN. | |
| Param | KEY | Configuration key (see API : Config List for the known keys) |
https://api.telecomx.dk/config/TerminationProduct
| JSON object | ||
|---|---|---|
| key | Multiple | The value of the key |
{ "TerminationProduct": "650000000000000000000012" }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> — also returned when KEY does not exist |