Cap Offers
Get all cap offers
Retrieve all cap offers, optionally filtered by user ID.
get/api/v1/cap-offers
Query parameters
user_idstring uuid nullable
Filter by user ID
Filter by user ID
Response
Successful Response
Example response
[
{
"capSize": 100,
"capType": "DAILY",
"comments": "High-value casino offers for tier 1 GEOs only",
"createdAt": "2024-01-15T10:30:00Z",
"id": "123e4567-e89b-12d3-a456-426614174000",
"keitaroIds": [
123,
456,
789
],
"name": "Casino VIP Daily Cap",
"updatedAt": "2024-01-15T10:30:00Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.