Bloom Credit · Schema

MonitoringEnrollment

Credit monitoring enrollment record for a consumer.

Credit BureauCredit ReportsCredit ScoresFintechLendingPersonal Finance

Properties

Name Type Description
enrollment_id string Unique identifier for the monitoring enrollment.
consumer_id string Consumer this enrollment belongs to.
status string Enrollment status.
bureaus array Bureaus being monitored.
created_at string
View JSON Schema on GitHub

JSON Schema

bloom-credit-monitoring-enrollment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bloom-credit/main/json-schema/bloom-credit-monitoring-enrollment-schema.json",
  "title": "MonitoringEnrollment",
  "description": "Credit monitoring enrollment record for a consumer.",
  "type": "object",
  "properties": {
    "enrollment_id": {
      "type": "string",
      "description": "Unique identifier for the monitoring enrollment.",
      "example": "mon_4b3c2d1e0f9a"
    },
    "consumer_id": {
      "type": "string",
      "description": "Consumer this enrollment belongs to.",
      "example": "cns_8f7d3a2b1c4e5f6a"
    },
    "status": {
      "type": "string",
      "description": "Enrollment status.",
      "enum": ["ACTIVE", "INACTIVE", "PAUSED"],
      "example": "ACTIVE"
    },
    "bureaus": {
      "type": "array",
      "description": "Bureaus being monitored.",
      "items": {
        "type": "string",
        "enum": ["equifax", "experian", "transunion"]
      },
      "example": ["equifax", "experian", "transunion"]
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:10:00Z"
    }
  }
}

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/bloom-credit-monitoring-enrollment"
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.