Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You can grant bonuses using the web app or API.
Go to customer details page
Click grant bonus
Set options
Save
const result = await priceos.bonuses.create({ customerId: "customer_123", featureKey: "api_calls", amount: 100, expiresAt: Date.parse("2026-12-31T23:59:59.000Z"), reason: "promotion", metadata: { campaign: "winter_promo", }, });