cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/bonus-types \ --header 'Authorization: Bearer <token>'
{ "bonus_types": [ { "id": "<string>", "name": "<string>", "code": "<string>", "description": "<string>", "benefit_type": "<string>", "amount": 123, "wager_requirement": 123 } ] }
API Bearer token. For this demo, any non-empty string is accepted.
Filter to show only active bonus types
List of bonus types
Show child attributes