v50

latestOpenAPI 3.0.3AGPLv3raw.githubusercontent.com2026-04-1028178439.6 KB
Configurations

Retrieve

Retrieve configuration object by name

get/keys/{key}/configs/{config}

Path parameters

keystring required

API Key

The API Key to retrieve. Begins ak_.

configstring required

Configuration Name

User provided configuration object name.

Response

Success

code2000 required
message'Success' required

Example response

{
  "result": {
    "updatedAt": "2016-01-21T17:14:49.971Z",
    "createdAt": "2016-01-21T17:14:49.971Z",
    "name": "woocommerce",
    "payload": "{\n  \"removeOrganisation\": false\n}\n"
  }
}