Jump to Content
KYB Plutto
API Reference
v1.0

Log InKYB Plutto
API Reference
Log In
v1.0API Reference

Getting Started

  • Welcome 👋
  • Authentication 🔑
  • Error responses ❗️
  • Webhooks
    • Information Requests Webhooks
    • Entity Validation webhooks
  • Entity
    • Formation
    • Tax Office Data
    • Addresses
    • Bulletin
  • Guides
    • Validating formation data from a company
    • Getting Watchlist from a EntityValidation
    • Using an Information Request

CHANGELOG

  • CHANGELOG

API V1

  • Debts
    • Retrieves Debtsget
  • Entity Validations
    • Creates Entity Validationpost
    • Retrieves Entity Validationsget
    • Retrieves Entity Validationget
    • Revalidates existing Entity Validationpost
    • Retrieves Entity Validation by TINget
  • Information Requests
    • Retrieves all information requests for a specific entity validationget
    • Creates a new information requestpost
    • Retrieves a specific information request by IDget
  • Information Sheets
    • Retrieves an information sheetget
    • Updates an information sheetput
  • Lead Uploads
    • Retrieves Lead Uploadsget
  • Legal Cases
    • Retrieves Legal Casesget
    • Retrieves Legal Caseget
  • Utilities
    • Chilean Tax Situationget
    • Chilean get EUD statusget
  • Watchlist
    • Retrieves Watchlistsget
Powered by 

Bulletin

The structure of a bulletin appearance is the following:

{
    date: string,
    issuer_or_creditor: string,
    description: string,
    amount: string,
    payment_date: string,
    debtor: string,
    role: string
}