Configurations
List
Lists configurations associated with a key
get/keys/{key}/configs
Path parameters
keystring required
API Key
The API Key to retrieve. Begins ak_.
Query parameters
user_tokenstring
Private User Token
A secret key used for sensitive operations on your account and API Keys.
Your user token can be retrieved and managed from your accounts page.
Typically beings uk_...
Response
Success
Example response
{
"result": {
"configs": [
{
"updatedAt": "2016-01-21T17:14:49.971Z",
"createdAt": "2016-01-21T17:14:49.971Z",
"name": "woocommerce",
"payload": "{\n \"removeOrganisation\": false\n}\n"
}
]
}
}