Trulioo · Arazzo Workflow

Trulioo Discover A Package And Verify

Version 1.0.0

List the customer's configured packages, resolve a package's supported countries, then verify a person.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Identity VerificationKYCKYBAMLWatchlist ScreeningBiometricsDocument VerificationFraud PreventionComplianceGlobal IdentityArazzoWorkflows

Provider

trulioo

Workflows

discover-package-and-verify
List packages, resolve supported countries, then verify a person.
Enumerates the configured packages, resolves the countries a package supports, and submits a Verify against the package and country.
3 steps inputs: configurationName, countryCode, dataFields outputs: packages, recordStatus, supportedCountries
1
getPackages
List all product packages available to the authenticated customer.
2
getCountryCodes
Resolve the country codes supported by the chosen package configuration.
3
verify
Submit the Verify request against the chosen package and country.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Trulioo Discover A Package And Verify
  summary: List the customer's configured packages, resolve a package's supported countries, then verify a person.
  description: >-
    A first-run discovery flow for a new integration: enumerate the product
    packages configured for the authenticated customer, resolve the country codes
    a chosen package supports, and then submit a Verify against that package and a
    supported country. Every step spells out its request inline so the flow can be
    read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: configurationApi
  url: ../openapi/trulioo-configuration-api-openapi.yml
  type: openapi
- name: verificationsApi
  url: ../openapi/trulioo-verifications-api-openapi.yml
  type: openapi
workflows:
- workflowId: discover-package-and-verify
  summary: List packages, resolve supported countries, then verify a person.
  description: >-
    Enumerates the configured packages, resolves the countries a package
    supports, and submits a Verify against the package and country.
  inputs:
    type: object
    required:
    - configurationName
    - countryCode
    - dataFields
    properties:
      configurationName:
        type: string
        description: Configured product/package name to verify against.
      countryCode:
        type: string
        description: Two-letter ISO 3166 country code (must be supported by the package).
      dataFields:
        type: object
        description: DataFields block for the verification.
  steps:
  - stepId: getPackages
    description: >-
      List all product packages available to the authenticated customer.
    operationId: getPackages
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      packages: $response.body
  - stepId: getCountryCodes
    description: >-
      Resolve the country codes supported by the chosen package configuration.
    operationId: getCountryCodes
    parameters:
    - name: configurationName
      in: path
      value: $inputs.configurationName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      supportedCountries: $response.body
  - stepId: verify
    description: >-
      Submit the Verify request against the chosen package and country.
    operationId: verifyPerson
    requestBody:
      contentType: application/json
      payload:
        AcceptTruliooTermsAndConditions: true
        ConfigurationName: $inputs.configurationName
        CountryCode: $inputs.countryCode
        DataFields: $inputs.dataFields
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      transactionRecordId: $response.body#/Record/TransactionRecordID
      recordStatus: $response.body#/Record/RecordStatus
  outputs:
    packages: $steps.getPackages.outputs.packages
    supportedCountries: $steps.getCountryCodes.outputs.supportedCountries
    recordStatus: $steps.verify.outputs.recordStatus

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/trulioo-discover-package-and-verify-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.