All pages
Powered by GitBook
1 of 1

GetAllAccountConfigs

Get All Account Configs

get
Query parameters
keystringRequired

The key to retrieve.

Responses
200
Successful retrieval of account configs.
application/json
get
GET / HTTP/1.1
Host: GetAllAccountConfigs?key=text
Accept: */*
200

Successful retrieval of account configs.

[
  {
    "AccountId": 0,
    "Key": "Config1",
    "Value": "Config1Val"
  }
]