Bloom Credit · JSON Structure

Bloom Credit Monitoring Enrollment Structure

Credit monitoring enrollment record for a consumer.

Type: object Properties: 0
Credit BureauCredit ReportsCredit ScoresFintechLendingPersonal Finance

Bloom Credit Monitoring Enrollment Structure is a JSON Structure definition published by Bloom Credit. It conforms to the https://json-structure.org/v0/# meta-schema.

Meta-schema: https://json-structure.org/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bloom-credit/main/json-structure/bloom-credit-monitoring-enrollment-structure.json",
  "title": "MonitoringEnrollment",
  "description": "Credit monitoring enrollment record for a consumer.",
  "type": "object",
  "members": [
    { "name": "enrollment_id", "type": "string", "description": "Unique identifier for the enrollment." },
    { "name": "consumer_id", "type": "string", "description": "Consumer this enrollment belongs to." },
    { "name": "status", "type": "string", "description": "Status: ACTIVE, INACTIVE, PAUSED." },
    { "name": "bureaus", "type": "array", "description": "Bureaus being monitored." },
    { "name": "created_at", "type": "string", "description": "Timestamp when enrollment was created." }
  ]
}