v2
latestOpenAPI 3.0.02026-08-073221853.1 MBDynamic Configs
Create Dynamic Config
post/console/v1/dynamic_configs
Request body
Example request
{
"name": "my_config",
"idType": "userID",
"owner": {
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
}Response
Create Dynamic Config
Example response
{
"message": "Dynamic Config created successfully.",
"data": {
"id": "a_dynamic_config",
"permalink": "https://console.statsig.com/company_id/dynamic_configs/a_dynamic_config",
"name": "a dynamic config",
"description": "helpful summary of what this dynamic config does",
"idType": "userID",
"lastModifierID": "1vaQaBoLlkauH9iiuOSBP2",
"lastModifiedTime": 1707344887865,
"lastModifierName": "CONSOLE API",
"lastModifierEmail": null,
"creatorID": "1vaQaBoLlkauH9iiuOSBP2",
"createdTime": 1707344887764,
"creatorName": "CONSOLE API",
"creatorEmail": null,
"targetApps": [],
"holdoutIDs": [],
"tags": [],
"type": "TEMPORARY",
"typeReason": "NONE",
"isPermanent": false,
"isEnabled": true,
"rules": [],
"defaultValue": {}
}
}