AgeChecker.Net · Capability

AgeChecker.Net Age Verification API — Webhooks

AgeChecker.Net Age Verification API — Webhooks. 1 operations. Lead operation: AgeChecker.Net Configure Webhook. Self-contained Naftiko capability covering one Agechecker Net business surface.

Run with Naftiko Agechecker NetWebhooks

What You Can Do

POST
Configurewebhook — AgeChecker.Net Configure Webhook
/v1/webhook

MCP Tools

agechecker-net-configure-webhook

AgeChecker.Net Configure Webhook

Who This Is For

👤
Compliance Officer
Regulatory compliance officer ensuring age verification requirements are met for restricted product sales.
👤
E-Commerce Developer
Developer integrating age verification into online checkout flows for age-restricted products.

Capability Spec

age-verification-webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AgeChecker.Net Age Verification API — Webhooks
  description: 'AgeChecker.Net Age Verification API — Webhooks. 1 operations. Lead operation: AgeChecker.Net Configure Webhook.
    Self-contained Naftiko capability covering one Agechecker Net business surface.'
  tags:
  - Agechecker Net
  - Webhooks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AGECHECKER_NET_API_KEY: AGECHECKER_NET_API_KEY
capability:
  consumes:
  - type: http
    namespace: age-verification-webhooks
    baseUri: https://api.agechecker.net/v1
    description: AgeChecker.Net Age Verification API — Webhooks business capability. Self-contained, no shared references.
    resources:
    - name: webhook
      path: /webhook
      operations:
      - name: configurewebhook
        method: POST
        description: AgeChecker.Net Configure Webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.AGECHECKER_NET_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: age-verification-webhooks-rest
    port: 8080
    description: REST adapter for AgeChecker.Net Age Verification API — Webhooks. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/webhook
      name: webhook
      description: REST surface for webhook.
      operations:
      - method: POST
        name: configurewebhook
        description: AgeChecker.Net Configure Webhook
        call: age-verification-webhooks.configurewebhook
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: age-verification-webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for AgeChecker.Net Age Verification API — Webhooks. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: agechecker-net-configure-webhook
      description: AgeChecker.Net Configure Webhook
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: age-verification-webhooks.configurewebhook
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.