Cap Offers

Create a new cap offer

Create a new offer cap with name, type, size, Keitaro IDs, comments, and optional user linking.

post/api/v1/cap-offers

Request body

namestring required
capType'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY' | 'PERMANENT' required

Enum for cap types

capSizeinteger required
keitaroIdsinteger[] required
commentsstring nullable
userIdstring uuid nullable

Example request

{
  "capSize": 100,
  "capType": "DAILY",
  "comments": "High-value casino offers for tier 1 GEOs only",
  "keitaroIds": [
    123,
    456,
    789
  ],
  "name": "Casino VIP Daily Cap"
}

Response

Resource created successfully.

detailstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.