Sign in

Create member

documented

Creates a new member and adds it to a referral program.

POST /api/membersMembersno 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.referralrock.com/api/members" \
  -X POST \
  -H "Authorization: Basic {{REFERRALROCK_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"firstname": "{{$firstname}}", "lastname": "{{$lastname}}", "email": "{{$email}}", "programId": "{{$program_id}}"}'