Skip to main content

Get allowlisted issuing CA brand details

GET https://www.digicert.com/services/v2/ctmonitor/issuer-brand-settings

Use this endpoint to get the details about a allowlisted certificate authority brand.

Example requests and response

Request filters and URL query strings

This endpoint supports filters, sorting, and pagination. For general information and examples of the syntax to use when applying filters and sorting results, see Services API - Filters, sorting, and pagination parameters.

Example:

https://www.digicert.com/services/v2/ctmonitor/issuer-brand-settings?filters[issuer_brand]=&sort=issuer_brand&offset=0&limit=25

Name

Req/Opt

Type

Description

filters[{{property_name}}]

optional

string

Filters results by the specified property. Replace {{property_name}} in your request with the property to use for filtering.

This endpoint supports filtering by the following properties:

  • filters[issuer_brand]

sort

optional

string

Sorts results by the value of one or more properties.

By default, sorts results in ascending alphabetical order (0-9, A-Z). To sort in descending alphabetical order (9-0, Z-A), prefix the property name with a minus (-).

To sort by multiple properties, separate the name of each property with a comma. Sort hierarchy matches the order of properties in this list. This endpoint supports sorting by the following properties:

  • issuer_brand

  • certificates_count

offset

optional

int

Index of the first result to include in the response.

Default: 0

limit

optional

int

Total number of results to include in the response.

Max: 1000 (default)

Response parameters

Name

Type

Description

ct_issuer_brand_settings

array

Details about the allowlisted issuing certificate authority brand

.. issuer_brand

string

Name of certificate authority brand.

.. certificates_count

string

Total number of certificates for certificate authority brand.

.. disable_email_notification_flag

bool

If urgent email notifications for a certificate authority are enabled.

Possible values:

  • false: urgent emails are enabled

  • true: urgent emails are disabled

.. trusted_ica_flag

bool

If the certificate authority brand is allowlisted.

Possible values:

  • false: brand is not whitelisted

  • true: brand is whitelisted

page

object

Details about results. Modified using URL query strings.

.. total

int

Total number of records.

.. limit

int

Pagination record limit.

.. offset

int

Pagination starting point.