# Create conditions API to create conditions. Endpoint: POST /v1.0/instances/{instanceId}/conditions Version: 1.0 Security: AdministrationAccess, ClientAccess ## Path parameters: - `instanceId` (string, required) The UUID of the Dynamic Monetization instance. ## Request fields (application/json): - `name` (string) A human readable name to help a user identify the condition. Not required to be unique. ## Response 200 fields (application/json): - `id` (string) A generated identifier to uniquely identify the condition. - `name` (string) A human readable name to help a user identify the condition. Not required to be unique.