AgeChecker.Net · Example Payload

Age Verification Webhook Config Example

Age VerificationIdentityComplianceRegulatoryE-Commerce

Age Verification Webhook Config Example is an example object payload from AgeChecker.Net, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurleventssecretcreated_at

Example Payload

Raw ↑
{
  "id": "500123",
  "url": "https://example.com",
  "events": [
    "example_value"
  ],
  "secret": "example_value",
  "created_at": "2025-03-15T14:30:00Z"
}