Sign in

Create reward

documented

Manually reward a user.

POST /api/v2/betas/{beta_id}/rewards.jsonBetasno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.prefinery.com/api/v2/betas/{{$beta_id}}/rewards.json" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u {{PREFINERY_API_KEY}}: \
  -d '{"email": "{{$email}}", "descriptor": "{{$descriptor}}", "skip_quantity_check": {{$skip_quantity_check}}}'