---
title: "Claim a Mission Reward"
method: POST
path: "/missions/objective/{objectiveId}/player/{playerId}/claim"
tags: ["Missions"]
---

# Claim a Mission Reward

`POST /missions/objective/{objectiveId}/player/{playerId}/claim`

Claims the reward for a completed mission. Show a "Claim" button when `mission.status === "completed"`.

After a successful claim, re-fetch `GET /player-rewards/brand/{brandId}/player/{playerId}` so the player's balance reflects the new rewards.

## Path parameters

- `objectiveId` string, uuid, required
- `playerId` string, required

## Response `200`

Reward claimed. Empty body.

## Other responses

- `400` — Invalid request body or parameters.
- `404` — Resource not found (brand, player, mission, leaderboard, etc.).

---

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