v1

latestOpenAPI 3.1.02026-07-13385987.3 KB
Account Holder

Create an account holder.

Create an account holder and start tracking its ledger. The account holder can be a consumer, business or unknown.

post/v2/account-holder

Request body

type'consumer' | 'business' | 'unknown' required
namestring nullable
industrystring nullable
websitestring nullable
idstring nullable

Example request

{
  "id": "67890",
  "industry": "fintech",
  "name": "Ntropy Network Inc.",
  "type": "business",
  "website": "ntropy.com"
}

Response

The created account holder

type'consumer' | 'business' | 'unknown' required
namestring nullable
industrystring nullable
websitestring nullable
idstring required
created_atstring date-time nullable
mean_labeler_confidencenumber nullable
total_revenuenumber nullable
application_timestring date-time nullable
alertsobject
review_percentagenumber nullable

Example response

{
  "id": "67890",
  "industry": "fintech",
  "name": "Ntropy Network Inc.",
  "type": "business",
  "website": "ntropy.com"
}