---
title: "Credit Reward Item"
method: POST
path: "/profiles/{profile_id}/reward-item-credits/"
---

# Credit Reward Item

`POST /profiles/{profile_id}/reward-item-credits/`

Credit reward item points to a user profile

## Path parameters

- `profile_id` string, required

## Request body

- object
  - `reward_item_id` string, required
  - `reward_item_amount` integer, required
  - `description` string — optional description for crediting the reward. eg. attended an away game vs Atlanta Braves on April 30th
  - `custom_data` string — String data to send with the reward item credit. Typically contains a string JSON payload to be decoded by the client SDK
  - `attributes` object[] — Key/value set of attributes to create that will be linked to the reward item
    - `key` string, required
    - `value` string, required
  - `reason` string — Optional reason for crediting the reward. eg. attend a game
  - `leaderboard_ids` string[] — List of leaderboard UUIDs to update; if provided, only those leaderboards are updated; if empty ([]), no linked leaderboards are updated; if omitted, all linked leaderboards are updated.

## Response `200`

200

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