AgeChecker.Net website screenshot

AgeChecker.Net

AgeChecker.Net provides age verification API services for e-commerce businesses selling age-restricted products such as alcohol, tobacco, cannabis, and firearms. The API enables seamless background verification for most customers and guided photo ID verification for those who cannot be automatically verified.

1 APIs 0 Features
Age VerificationIdentityComplianceRegulatoryE-Commerce

APIs

AgeChecker.Net Age Verification API

The AgeChecker.Net Age Verification API provides seamless age verification for online transactions. Send customer data directly to verify age without requiring a popup for most ...

Collections

Pricing Plans

Rate Limits

Agechecker Net Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Agechecker Net Age Context

8 classes · 25 properties

JSON-LD

API Governance Rules

AgeChecker.Net API Rules

24 rules · 14 errors 10 warnings

SPECTRAL

JSON Structure

Age Verification Session List Structure

4 properties

JSON STRUCTURE

Age Verification Session Structure

7 properties

JSON STRUCTURE

Age Verification Webhook Config Structure

5 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
SpectralRules
SpectralRules
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
💻
Examples
Examples
💻
Examples
Examples
💻
Examples
Examples
🔗
Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AgeChecker.Net Age Verification API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Verification
    type: folder
  items:
  - info:
      name: AgeChecker.Net Verify Age
      type: http
    http:
      method: POST
      url: https://api.agechecker.net/v1/verify
      body:
        type: json
        data: '{}'
    docs: Submit customer data for age verification. Returns pass/fail result and whether photo ID is required.
- info:
    name: Sessions
    type: folder
  items:
  - info:
      name: AgeChecker.Net Get Verification Session
      type: http
    http:
      method: GET
      url: https://api.agechecker.net/v1/sessions/:sessionId
      params:
      - name: sessionId
        value: example_value
        type: path
        description: The unique session identifier returned from a verification request.
    docs: Retrieve the status and result of a verification session by session ID.
  - info:
      name: AgeChecker.Net List Verification Sessions
      type: http
    http:
      method: GET
      url: https://api.agechecker.net/v1/sessions
      params:
      - name: from
        value: '2025-03-15T14:30:00Z'
        type: query
        description: Start timestamp for filtering sessions.
      - name: to
        value: '2025-03-15T14:30:00Z'
        type: query
        description: End timestamp for filtering sessions.
      - name: result
        value: pass
        type: query
        description: Filter sessions by result.
      - name: limit
        value: '1'
        type: query
        description: Maximum number of sessions to return.
      - name: offset
        value: '1'
        type: query
        description: Offset for pagination.
    docs: List verification sessions for the account with optional filtering by date range and result.
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: AgeChecker.Net Configure Webhook
      type: http
    http:
      method: POST
      url: https://api.agechecker.net/v1/webhook
      body:
        type: json
        data: '{}'
    docs: Configure a webhook URL to receive verification result notifications.
bundled: true