Alloy · Example Payload

Alloy Event Request

Identity VerificationKYCKYBFraud PreventionComplianceOnboardingTransaction MonitoringRisk DecisioningAMLFintech

Alloy Event Request is an example object payload from Alloy, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typedata

Example Payload

Raw ↑
{
  "type": "person_created",
  "data": {
    "entity_token": "P-abc123def456",
    "name_first": "Alice",
    "name_last": "Johnson",
    "email_address": "alice@example.com"
  }
}