GET
/
account_product
/
{id}
curl --request GET \
  --url https://api.treasuryprime.com/account_product/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "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
}

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 account_product

The response is of type object.