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.
Security
AdministrationAccess
- Dynamic Monetization API URLhttps://siteID.flexnetoperations.com/dynamicmonetization/provisioning/api/v1.1/configuration
curl -i -X GET \
https://siteID.flexnetoperations.com/dynamicmonetization/provisioning/api/v1.1/configuration \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Configuration was successfully returned.
Array []
The name of the configuration, one of:
- timezone.tolerant
- session.charge.period
- safe.repeat.request.enabled
- evaluation.apis.enabled
The date and time, in milliseconds since 1970-01-01 00:00 UTC, when the configuration was last modified. This field is returned only if the configuration has been changed from its default value.
Response
[ { "name": "string", "value": "string", "modified": 0, "updatedBy": "string" } ]