v1

latestOpenAPI 3.0.32026-07-1481519.8 KB
Free Rounds

Get Free Rounds

Get free rounds campaign information

get/free-rounds

Query parameters

cidstring uuid required

Client's ID

idstring uuid

Free rounds campaign ID (internal). One of id or extid must be provided.

ext_idstring

Free rounds campaign ID (external). One of id or extid must be provided.

Headers

X-REQUEST-SIGNstring required

Request signature (read more in the Authentication section)

Response

ok

idstring uuid required

Free rounds ID (internal).

external_idstring required

Free rounds ID (external).

cidstring uuid required

Client's ID (internal)

game_idstring required

Game's ID

user_idsstring[]

List of player IDs (external). if null then campaign is available for all players.

currencystring required

Currency code in ISO4217

quantityinteger required

Number of free rounds.

bet_lineinteger required

Number of bet line configured for this game/provider.

valid_fromstring date-time required

Start date when free rounds become available. ISO 8601.

valid_untilstring date-time

End date when free rounds become unavailable. ISO 8601.

deleted_atstring date-time

Date when free rounds campaign was deleted. If null then campaign is active. ISO 8601.

Example response

{
  "valid_from": "2021-01-01T00:00:00Z",
  "valid_until": "2021-01-01T00:00:00Z",
  "deleted_at": "2021-01-01T00:00:00Z"
}