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[ | optional | string | Filters results by the specified property. Replace This endpoint supports filtering by the following properties:
|
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:
|
offset | optional | int | Index of the first result to include in the response. Default: |
limit | optional | int | Total number of results to include in the response. Max: |
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:
|
.. trusted_ica_flag | bool | If the certificate authority brand is allowlisted. Possible values:
|
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. |