Sign in

Create member access URLs

documented

Create a custom member share experience or securely embed the portal/share widget; returns member access links.

POST /api/memberaccessurlsMemberAccessUrlsno 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/memberaccessurls" \
  -X POST \
  -H "Authorization: Basic {{REFERRALROCK_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"memberId": "{{$memberId}}", "referralCode": "{{$referralCode}}", "emailAddress": "{{$emailAddress}}", "externalId": "{{$externalId}}", "expireInMinutes": {{$expireInMinutes}}}'