GET
/
apply
/
kyc_product
/
{id}
curl --request GET \
  --url https://api.treasuryprime.com/apply/kyc_product/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "created_at": "2019-12-11T20:34:11Z",
  "id": "akpt_1209bga8she6",
  "name": "product_0",
  "object_type": "person",
  "updated_at": "2019-12-11T20:34:11Z"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json
The apply.kyc-product
id
string

Unique identifier for object

is_default
boolean

Whether this KYC product should run by default if none is specified

name
string

Name of the KYC product. Filterable.

object_type
string

The type of application upon which the KYC product can be run. One of: person, business. Filterable.

org_id
string

ID of the organization that owns the KYC product