Skip to main content

List custom fields

GET https://www.digicert.com/services/v2/account/metadata

Use this endpoint to list metadata for custom order fields in your account.

Example requests and responses

Response parameters

Name

Type

Description

metadata

array

List of returned custom order field objects. Only returned for accounts with custom order fields. If there are no custom order fields, the call returns an empty JSON object.

.. id

int

Custom order field ID.

.. label

string

Name of the custom order field. When you use the CertCenral console to request a certificate, this name appears above the custom field on the certificate order form.

.. is_required

bool

Specifies if the field is required.

.. is_active

bool

Specifies if the field appears on the order form.

.. data_type

string

Input type for the customer order field. If missing, this indicates an input type of anything.See Glossary – Custom order field input types

.. show_in_receipt

bool

If true, DigiCert displays the custom field on order receipts. Otherwise, false (default).