Skip to main content

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: default, custom, units

balance_negative_limit

int

Dollar amount that the account balance can go into the negative.

products

array

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.

.. prices

array

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.