---
title: "Assigned Prizes"
method: GET
path: "/campaigns/{campaignId}/assigned-prizes"
---

# Assigned Prizes

`GET /campaigns/{campaignId}/assigned-prizes`

This endpoint allows you to query prizes that have been assigned to players after they have completed a campaign.  These assigned prizes may include unique prize codes that players can redeem. You can use this endpoint to fetch all assigned prizes for a specific campaign, additionally you can filter by a specific prize or player information.

## Path parameters

- `campaignId` integer, required

## Query parameters

- `prizeId` string
- `playerId` string
- `email` string
- `integrationUniqueId` string
- `offset` integer
- `limit` integer

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `prizeId` string
    - `prizeCode` string
    - `prizeTitle` string
    - `player` object
      - `id` string
      - `email` string
      - `fullName` string
      - `leaderboardName` string
    - `createdAt` string
  - `meta` object
    - `total` integer
    - `perPage` integer
    - `currentPage` integer
    - `lastPage` integer
    - `from` integer
    - `to` integer

## Other responses

- `400` — 400

---

[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/versions/fc55c5b1bec5/schema)
