My App

Get all system configs

Get all system configs

GET
/system/configs
OBSIDIAN-KEY<token>

In: header

OBSIDIAN-SECRET<token>

In: header

Query Parameters

groups?array<string>

Response Body

application/json

application/json

curl -X GET "https://api.dev.obsidian.exchange/system/configs"
{
  "configs": [
    {
      "group": "string",
      "key": "string",
      "name": "string",
      "description": "string",
      "type": "string",
      "value": "string",
      "updated": "string"
    }
  ]
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}