cURL
curl --request GET \ --url https://api.bitbybit.studio/bitlogin/api/open/v1/loyalty/reward-options \ --header 'x-api-key: <api-key>'
{ "companyId": 123, "rewardOptions": [ { "id": "<string>", "companyId": 123, "rewardName": "<string>", "costToRedeem": 123, "discountType": "fixed_amount", "discountValue": 123, "voucherPrefix": "<string>", "minimumPurchaseAmount": 123, "expirationPreset": "NO_EXPIRATION", "priceRuleId": "<string>", "startsAt": "2023-11-07T05:31:56Z", "endsAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
List all loyalty reward options for a company.
Documentation IndexFetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one in Settings > Developer.
Success
Show child attributes