Retrieve Configuration
GET
/v1/keys/{key}/configs/{config}Returns a configuration by name. This request needs no user_token, so a browser integration can read its own configuration at runtime.
Path parameters
keystringAPI Key
The API Key to retrieve. Begins
ak_.configstringConfiguration Name
User-provided configuration object name.
Response
Returns the configuration object with its name, payload, and timestamps.
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.