---
title: "Create Reward Multiplier"
method: POST
path: "/{client_id}/reward-multipliers/"
---

# Create Reward Multiplier

`POST /{client_id}/reward-multipliers/`

## Path parameters

- `client_id` string, required

## Request body

- object
  - `name` string, required
  - `description` string
  - `multiplier_factor` integer, required — Multiplier value applied to reward earnings (e.g. 2 = double rewards)
  - `activation_type` 'user_activated' | 'automatic', required — Defines how the multiplier is activated (e.g. user activated or automatic).
  - `active_duration` string — Duration for which the user activated multiplier remains active after activation, in ISO 8601 format.
  - `started_at` string — UTC timestamp when the multiplier becomes available. The timestamp should not be in the past.
  - `stopped_at` string — UTC timestamp when the multiplier expires and stops being available. The timestamp should not be in the past.
  - `reward_item_ids` string[], required — List of reward item UUIDs that the multiplier applies to.
  - `profile_group_ids` string[] — List of reward item UUIDs that the multiplier applies to.

## Response `201`

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
