v1

latestOpenAPI 3.1.02026-07-13385987.3 KB
Account Holder

Retrieve the information of an account holder.

Retrieve the information of an account holder.

get/v2/account-holder/{account_holder_id}

Path parameters

account_holder_idstring required

Response

Retrieved 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
num_transactionsinteger nullable

Example response

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