Cap Offers
Get cap offer by ID
Retrieve a specific cap offer by its ID.
get/api/v1/cap-offers/{cap_offer_id}
Path parameters
cap_offer_idstring uuid required
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.