Sign in

Create points

documented

Manually award points to a user.

POST /api/v2/betas/{beta_id}/points.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}}/points.json" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u {{PREFINERY_API_KEY}}: \
  -d '{"email": "{{$email}}", "quantity": {{$quantity}}, "reason": "{{$reason}}"}'
Create points · prefinery · OpenIntegrations