Sign in

Create friend invitation

documented

Invite a friend on behalf of an existing tester.

POST /api/v2/betas/{beta_id}/friend_invitations.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}}/friend_invitations.json" \
  -X POST \
  -H "Authorization: Bearer {{PREFINERY_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"friend_invitation": {"sender_email": "{{$sender_email}}", "recipient_email": "{{$recipient_email}}", "message": "{{$message}}"}}'
Create friend invitation · prefinery · OpenIntegrations