Sign in

List testers

documented

Receive a list of all testers for a given beta.

GET /api/v2/betas/{beta_id}/testers.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}}/testers.json?email_is={{email_is}}&email_contains={{email_contains}}&name={{name}}&referral_code={{referral_code}}&custom_vars={{custom_vars}}" \
  -X GET \
  -u "{{PREFINERY_API_KEY}}:" \
  -H "Accept: application/json"