cURL
curl --request GET \ --url https://api.treasuryprime.com/apply/kyc_product \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "created_at": "2019-12-11T20:34:11Z", "id": "akpt_1209bga8she6", "name": "product_0", "object_type": "person", "updated_at": "2019-12-11T20:34:11Z" } ] }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
A map containing a list of kyc-product elements
Show child attributes
Unique identifier for object
Whether this KYC product should run by default if none is specified
Name of the KYC product. Filterable.
The type of application upon which the KYC product can be run. One of: person, business. Filterable.
person
business
ID of the organization that owns the KYC product