---
title: "Approve participant reward"
method: POST
path: "/campaign/{id}/reward/{rewardId}/approve"
tags: ["Participant Rewards"]
---

# Approve participant reward

`POST /campaign/{id}/reward/{rewardId}/approve`

Approves a manually approved reward earned by a participant.

## Path parameters

- `id` string, required
- `rewardId` string, required

## Request body

- ApproveRewardRequest
  - `fulfill` boolean — Set true to mark the reward as fulfilled after approval.

## Response `200`

Success response.

- SuccessResponse
  - `success` boolean, required

## Other responses

- `400` — Invalid request.
- `401` — Authorization is missing or invalid.
- `403` — The API key is not allowed to perform this action.
- `404` — Resource not found.
- `406` — Resource is not in a state that permits this operation.
- `422` — Request is not valid for the current program or participant state.
- `429` — Too many requests.

---

[API](https://skmtc.net/growsurf/apis/growsurf-rest-api.md) · [All operations](https://skmtc.net/growsurf/apis/growsurf-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/growsurf/growsurf-rest-api/revisions/26f06e273394/schema)
