MIR Sandbox

Experience cross-system participation history. Sign in, get a sandbox API key, submit events, resolve identities — see what happens when multiple participants share the same history layer.

Participants
Events Recorded
Unique Identities
Last 24h

1 Sign In

Enter your email to get a magic link. No password needed.

2 Submit Events

Record participation events for any user identity. Use your sandbox key in the x-api-key header.

curl
JavaScript
# Submit an event
curl -X POST https://myinternetreputation.org/events \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_SANDBOX_KEY" \
  -d '{
    "userExternalId": "user-123",
    "eventType": "transaction.completed"
  }'

Event Types

Use any of: transaction.completed, transaction.fulfilled, account.created, account.verified, review.submitted, rating.received

The key concept

Use the same userExternalId that another sandbox participant uses. When you both submit events for the same user, that user builds cross-system participation history — visible to both of you on resolve.

3 Resolve

Query participation history for any user. See events from all sandbox participants, not just your own.

curl
JavaScript
# Resolve a user's participation history
curl https://myinternetreputation.org/sandbox/resolve?userExternalId=user-123 \
  -H "x-api-key: YOUR_SANDBOX_KEY"

What you'll see

The resolve response shows events from all sandbox participants who submitted events for that user — not just yours. Partner names are anonymized. This is cross-system participation history.

Live Feed

Recent sandbox activity across all participants.

No sandbox events yet. Be the first.