Table of Contents

API : Config Get

Introduction

This request will return the specified site wide configuration setting.

Request

URL https://api.telecomx.dk/config/KEY
Method GET
Access level ADMIN.
Param KEY Configuration key (see API : Config List for the known keys)

Query example

https://api.telecomx.dk/config/TerminationProduct

Response

JSON object
key Multiple The value of the key

Example

{
  "TerminationProduct": "650000000000000000000012"
}

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified> — also returned when KEY does not exist