Trulioo · Capability

Trulioo Verifications API — Verify

Trulioo Verifications API — Verify. 1 operation. Lead operation: Verify A Person. Self-contained Naftiko capability for KYC identity verification via Trulioo GlobalGateway. Submits a normalized Verify request and returns a normalized VerifyResult.

Trulioo Verifications API — Verify is a Naftiko capability published by Trulioo, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v3/verifications/verify.

The capability includes 1 state-changing operation. Lead operation: Verify a person via Trulioo GlobalGateway. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Trulioo, KYC, Identity Verification, and Verifications.

Run with Naftiko TruliooKYCIdentity VerificationVerifications

What You Can Do

POST
Verifyperson — Verify A Person
/v3/verifications/verify

MCP Tools

trulioo-verify-person

Verify a person via Trulioo GlobalGateway

Capability Spec

verifications-verify.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Trulioo Verifications API — Verify
  description: >-
    Trulioo Verifications API — Verify. 1 operation. Lead operation: Verify A Person.
    Self-contained Naftiko capability for KYC identity verification via Trulioo
    GlobalGateway. Submits a normalized Verify request and returns a normalized
    VerifyResult.
  tags:
    - Trulioo
    - KYC
    - Identity Verification
    - Verifications
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      TRULIOO_USERNAME: TRULIOO_USERNAME
      TRULIOO_PASSWORD: TRULIOO_PASSWORD
capability:
  consumes:
    - type: http
      namespace: verifications-verify
      baseUri: https://api.trulioo.com
      description: Trulioo Verifications API — Verify business capability.
      resources:
        - name: v3-verifications-verify
          path: /v3/verifications/verify
          operations:
            - name: verifyPerson
              method: POST
              description: Verify A Person
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: VerifyRequest payload.
                  required: true
      authentication:
        type: basic
        username: '{{env.TRULIOO_USERNAME}}'
        password: '{{env.TRULIOO_PASSWORD}}'
  exposes:
    - type: rest
      namespace: verifications-verify-rest
      port: 8080
      description: REST adapter for Trulioo Verifications Verify.
      resources:
        - path: /v3/verifications/verify
          name: v3-verifications-verify
          description: REST surface for the Verify operation.
          operations:
            - method: POST
              name: verifyPerson
              description: Verify A Person
              call: verifications-verify.verifyPerson
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: verifications-verify-mcp
      port: 9090
      transport: http
      description: MCP adapter for Trulioo Verifications Verify.
      tools:
        - name: trulioo-verify-person
          description: Verify a person via Trulioo GlobalGateway
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: verifications-verify.verifyPerson
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.