Jump to Content
Bloom Credit
GuidesRecipesAPI ReferenceChangelog
Log InBloom Credit
API Reference
Log In
GuidesRecipesAPI ReferenceChangelog

Core

  • API Authentication
  • Consumers
    • Creates a consumerpost
    • Deletes Consumer by ConsumerIDdelete
    • Retrieve an existing consumer using the generated identifierget
    • Updates Consumer by ConsumerIDpatch
  • Organizations
    • Returns an organizationget

Furnishment API

  • Accounts
    • Get Accounts Paginatedget
    • Create Accountpost
    • Get Accountget
    • Update Accountpatch
  • Statements
    • Get Statementsget
    • Create Statementpost
    • Get Statements By Credit Productget
    • Get Statementget
    • Update Statementpatch

Data Access

  • GraphQL
    • GraphQL APIpost
    • Get Full Reportget
    • Objects
    • Accounts
    • Accounts: AccountType
    • Accounts: Account type_description
    • Bankruptcies
    • Bankruptcies: Chapter Code
    • Bankruptcies: Disposition
    • Collections
    • Credit Attributes
    • Credit Data Order
    • Creditor
    • Indicators: MLA Status
    • Indicators: OFAC Status
    • Industry
    • IndustryCategory
    • Inquiries
    • Models
    • Models: Model Name
    • Models: Reasons
    • Models: Score
    • Payment Snapshot
    • Tradelines
    • Enums
    • DataSource
    • IntegrationMode
    • Narrative Descriptions (Reject)
    • Alerts: Alert Type
    • Alerts: Alert Message
  • Orders
    • Returns the orders createdget
    • Build a new order for ingestionpost
    • Find and return order metadataget
  • Subscriptions
    • Build a new subscriptionpost
    • Find and return subscription metadataget
    • Get Subscription Consumersget
    • Patch Subscription Consumerspatch

Enablement Services

  • User Scoped Authentication
  • Mutations
    • RegisterOrganizationUser
    • ImportConnection
    • OpenTradeline
    • CloseTradeline
    • DeleteMe
  • Queries
    • Me
    • UserExistsWithEmail
    • Tradeline
  • Models
    • User
    • Name
    • Address
      • Address Type
    • DateInput
    • UserStatus
    • NotificationType
    • LegalAgreementVersions
    • ConnectionsInput
    • ConnectionsConnection
      • ConnectionsEdge
    • Connection
    • Institution
    • TradelinesInput
    • OpenTradelineInput
    • AttestationAgreementsInput
      • RentAgreementInput
      • UtilityAgreementInput
    • OpenTradelineOutput
      • Attestation
    • TradelinesConnection
      • TradelinesEdge
    • Tradeline
      • TradelineCategory
    • PaymentFrequency
    • Utility Type
    • TransactionsInput
    • TransactionsConnection
      • TransactionsEdge
    • Transaction
    • Money
      • CurrencyCode
    • PageInfo

AttestationAgreementsInput

'object'

The attestation agreements object.

Fields

rent : RentAgreementInput

utility : UtilityAgreementInput

  • Table of Contents
    • Fields