cURL
curl --request GET \ --url https://api.treasuryprime.com/account_product \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "account_type": "checking", "created_at": "2021-10-27T18:56:55Z", "id": "apt_11gqk87qmrax", "name": "Personal checking", "ownership": "personal", "updated_at": "2021-10-27T18:56:55Z", "userdata": null } ] }
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 account_product elements
Show child attributes
The type of account, such as checking or savings. Filterable.
checking
savings
Field representing the apply workflow pertaining to this account product.
ID of the KYC Product used to evaluate business applications
ID of the FBO associated with this account product. Filterable.
Unique identifier for object
Descriptive name of the account product. Filterable.
One of business or personal. Filterable.
business
personal
ID of the KYC Product used to evaluate person applications
Optional arbitrary data the user can attach to the object