---
title: "Get Free Rounds"
method: GET
path: "/free-rounds"
tags: ["Free Rounds"]
---

# Get Free Rounds

`GET /free-rounds`

Get free rounds campaign information

## Query parameters

- `cid` string, uuid, required
- `id` string, uuid
- `ext_id` string

## Headers

- `X-REQUEST-SIGN` string, required

## Response `200`

ok

- FreeRoundsResponse
  - `id` string, uuid, required — Free rounds ID (internal).
  - `external_id` string, required — Free rounds ID (external).
  - `cid` string, uuid, required — Client's ID (internal)
  - `game_id` string, required — Game's ID
  - `user_ids` string[] — List of player IDs (external). if null then campaign is available for all players.
  - `currency` string, required — Currency code in ISO4217
  - `quantity` integer, required — Number of free rounds.
  - `bet_line` integer, required — Number of bet line configured for this game/provider.
  - `valid_from` string, date-time, required — Start date when free rounds become available. ISO 8601.
  - `valid_until` string, date-time — End date when free rounds become unavailable. ISO 8601.
  - `deleted_at` string, date-time — Date when free rounds campaign was deleted. If null then campaign is active. ISO 8601.

## Other responses

- `400` — Bad request
- `401` — Wrong signature or API key
- `404` — Requested rree rounds campaign not found
- `500` — Server error occurred

---

[API](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api.md) · [All operations](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastplaynetwork/playhub-core-api/revisions/2cfd86cc6d48/schema)
