Create Configuration
/v1/keys/{key}/configsCreates a named configuration on a key and returns it.
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_...
Request body
The request body must contain a JSON object with:
bodyConfigNewParamRequired configuration object parameters
namestring requiredA unique name to identify the configuration payload
payloadstring requiredA serialised payload of up to
65536characters
Response
Returns the created configuration object with timestamps and assigned name.
resultConfigupdatedAtstringTimestamp 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.