---
title: "Invoke Reward Action"
method: POST
path: "/invoked-actions/"
---

# Invoke Reward Action

`POST /invoked-actions/`

Invoke actions to trigger the rewards engine for that action

## Headers

- `Authorization` string, required

## Request body

- object
  - `program_id` string, required — Program ID
  - `profile_id` string, required — Profile ID (Conflicts with Custom profile ID)
  - `custom_profile_id` string — Custom profile ID (Conflicts with Profile ID)
  - `reward_action_key` string, required — Reward action key
  - `code` string — Integrator-defined disambiguation code
  - `attributes` object[] — Attributes array
    - `key` string, required
    - `value` string, required
  - `description` string — Optional description for invoking the action.

## Response `201`

201

## Other responses

- `400` — 400
- `404` — 404
- `409` — 409

---

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