# All configuration Returns all configured values. If a configuration has been modified, the response includes the date of modification and the token key ID that was used to change configuration. Endpoint: GET /v1.0/configuration Version: 1.0 Security: AdministrationAccess ## Response 200 fields (application/json): - `name` (string) The name of the configuration. - `value` (string) The value of the configuration. - `modified` (number) The date and time in milliseconds since 1970-01-01 00:00, when the configuration was last modified. This field is returned only if the configuration has been changed from its default value. - `updatedBy` (string) Public key identifier of the JWT token that was used to update this configuration. This key ID allows you to identify the user or users who are authorized to make this change. This field is returned only if the configuration has been changed from its default value.