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
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.