List subaccount products
GET https://www.digicert.com/services/v2/account/subaccount/{{subaccount_id}}/products
Use this endpoint to list detailed product information for a subaccount.
Tip
To set product limits for a subaccount, use Set subaccount product.
Example requests and responses
Response parameters
| Name | Type | Description | 
|---|---|---|
| currency | string | Currency code used to display pricing to subaccount. Possible values: See Glossary – Subaccount display currencies. | 
| pricing_method | string | Pricing method used by the subaccount Possible values:  | 
| balance_negative_limit | int | Dollar amount that the account balance can go into the negative. | 
| products | array of objects | List of products enabled for the subaccount. | 
| .. product_name_id | string | Product name ID. See Glossary – Product identifiers. | 
| .. product_name | string | Display name of the product. | 
| .. product_shim_map | array of objects | If the product has legacy products shimmed to it, the product object returns a  | 
| .. .. product_name_id | string | Product name ID of the legacy product that is shimmed to the returned product. | 
| .. .. product_name | string | Name of the legacy product that is shimmed to the returned product. | 
| .. prices | array of objects | List of prices for the product. Only returns if the subaccount contains units. | 
| .. .. lifetime | int | Validity term in years that the pricing applies to. | 
| .. .. cost | int | Base price of the product. | 
| .. .. additional_fqdn_cost | int | Cost for each additional domain name (SAN) added to the order. | 
| .. .. additional_wildcard_cost | int | Cost for each additional wildcard domain (e.g., *.example.com) added to the order. | 
| .. unit | object | List of unit details. | 
| .. .. limit | int | Number of units authorized for account. | 
| .. .. balance | int | Number of units available. |