List Configurations
GET
/v1/keys/{key}/configsReturns every configuration stored against a key, oldest first.
Path parameters
keystringAPI Key
The API Key to retrieve. Begins
ak_.
Query parameters
user_tokenstring optionalPrivate 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 begins
uk_...
Response
result contains a configs array of configuration objects. Each config has a unique name, timestamps, and the serialised payload.
resultobjectList of configurations
configsobject[]updatedAtstringTimestamp for when the config was created
createdAtstringTimestamp for when the config was updated
namestringA unique name to identify the configuration payload
payloadstringA serialised payload of up to
65536characters
The result sits inside the standard { result, code, message } envelope — see
the API reference for the wrapper format.