Trulioo · Arazzo Workflow

Trulioo Verify A Sandbox Test Entity

Version 1.0.0

Pull a deterministic sandbox test entity for a country and run a Verify against it.

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

Provider

trulioo

Workflows

sandbox-test-entity-verify
Fetch sandbox test entities and verify one of them.
Lists the deterministic test entities for a configuration/country pair, then runs a Verify with the supplied test DataFields to confirm the integration.
2 steps inputs: configurationName, countryCode, dataFields outputs: recordStatus, testEntities
1
getTestEntities
Retrieve the deterministic sandbox test entities for the configuration and country so a known-good profile can be exercised.
2
verify
Submit the Verify request using the supplied test DataFields to confirm a deterministic match in sandbox mode.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Trulioo Verify A Sandbox Test Entity
  summary: Pull a deterministic sandbox test entity for a country and run a Verify against it.
  description: >-
    Trulioo ships pre-canned test entities that resolve deterministically in
    sandbox mode, which is ideal for integration testing. This workflow fetches
    the test entities for a configuration/country pair and submits a Verify using
    the supplied test data fields, then confirms the deterministic record status.
    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: sandbox-test-entity-verify
  summary: Fetch sandbox test entities and verify one of them.
  description: >-
    Lists the deterministic test entities for a configuration/country pair, then
    runs a Verify with the supplied test DataFields to confirm the integration.
  inputs:
    type: object
    required:
    - configurationName
    - countryCode
    - dataFields
    properties:
      configurationName:
        type: string
        description: Configured product/package name.
      countryCode:
        type: string
        description: Two-letter ISO 3166 country code.
      dataFields:
        type: object
        description: DataFields block populated from a returned test entity's Fields.
  steps:
  - stepId: getTestEntities
    description: >-
      Retrieve the deterministic sandbox test entities for the configuration and
      country so a known-good profile can be exercised.
    operationId: getTestEntities
    parameters:
    - name: configurationName
      in: path
      value: $inputs.configurationName
    - name: countryCode
      in: path
      value: $inputs.countryCode
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      testEntities: $response.body
      firstProfile: $response.body#/0/Profile
  - stepId: verify
    description: >-
      Submit the Verify request using the supplied test DataFields to confirm a
      deterministic match in sandbox mode.
    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:
    testEntities: $steps.getTestEntities.outputs.testEntities
    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-sandbox-test-entity-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.