---
title: "POST /rewards/claim"
method: POST
path: "/rewards/claim"
tags: ["rewards"]
---

# POST /rewards/claim

`POST /rewards/claim`

Claims all the filtered undisbursed rewards for a user

## Request body

- ClaimRewardsRequestBody
  - `challengeId` string — The challenge ID to filter rewards (optional)
  - `specifier` string — The specifier to filter rewards (optional)
  - `userId` string, required — The user ID to claim rewards for

## Response `200`

Success

- ClaimRewardsResponse
  - `data` object[], required
    - `challengeId` string, required — The challenge ID
    - `specifier` string, required — The challenge specifier
    - `amount` string — The reward amount
    - `signatures` string[] — Transaction signatures
    - `error` string — Error message if claim failed

## Other responses

- `400` — Bad request - No rewards to claim or invalid parameters
- `500` — Server error

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
