Alloy · Schema

Alloy Evaluation

Represents the result of an identity evaluation run through an Alloy workflow

Identity DecisioningIdentity VerificationKYCKYBAMLFraud PreventionCredit UnderwritingOngoing MonitoringCase ManagementFintechBanking

Properties

Name Type Description
evaluation_token string Unique token identifying the evaluation, prefixed with 'E-'
entity_token string Token of the entity this evaluation is associated with
status_code string The outcome of the evaluation (e.g., approved, denied, pending)
error object Error details if the evaluation encountered an issue
timestamp number Unix timestamp of when the evaluation was created
outcome string Final decision outcome of the evaluation
application_token string Token of associated journey application if applicable
summary object Summary of the evaluation results
View JSON Schema on GitHub

JSON Schema

alloy-com-evaluation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alloy/main/json-schema/alloy-evaluation.json",
  "title": "Alloy Evaluation",
  "description": "Represents the result of an identity evaluation run through an Alloy workflow",
  "type": "object",
  "properties": {
    "evaluation_token": {
      "type": "string",
      "description": "Unique token identifying the evaluation, prefixed with 'E-'"
    },
    "entity_token": {
      "type": "string",
      "description": "Token of the entity this evaluation is associated with"
    },
    "status_code": {
      "type": "string",
      "description": "The outcome of the evaluation (e.g., approved, denied, pending)"
    },
    "error": {
      "type": "object",
      "description": "Error details if the evaluation encountered an issue"
    },
    "timestamp": {
      "type": "number",
      "description": "Unix timestamp of when the evaluation was created"
    },
    "outcome": {
      "type": "string",
      "description": "Final decision outcome of the evaluation"
    },
    "application_token": {
      "type": "string",
      "description": "Token of associated journey application if applicable"
    },
    "summary": {
      "type": "object",
      "description": "Summary of the evaluation results",
      "properties": {
        "outcome": {
          "type": "string"
        },
        "reasons": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/alloy-com-evaluation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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