Config
System configuration. The following endpoints are only accessible to users with `admin` scope.
Get all configuration entries
GET
https://api.YOUR_TENANT.appmixer.cloud/config
Only returns the values that have been stored by the user through the API
Create a configuration key/value pair
POST
https://api.YOUR_TENANT.appmixer.cloud/config
Request Body
Name
Type
Description
key*
String
Configuration key
value*
Any
Configuration value
Removes a configuration entry
DELETE
https://api.YOUR_TENANT.appmixer.cloud/config/:key
Path Parameters
Name
Type
Description
key*
String
The key of the configuration to be removed
Last updated