---
title: "Create Reward Table"
method: POST
path: "/reward-tables/"
---

# Create Reward Table

`POST /reward-tables/`

## Request body

- object
  - `client_id` string, required
  - `name` string, required
  - `entries` object[], required
    - `reward_item_id` string — ID of the reward item to match for this entry
    - `reward_item_amount` integer — Reward item amount to award when entry is matched
    - `action` string — Action key to match for this entry

## Response `201`

201

- object
  - `name` string
  - `client_id` string
  - `entries` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[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)
