Digicert website screenshot

Digicert

Digicert is a leading provider of digital security solutions, specializing in SSL/TLS certificates, PKI solutions, and website security. They help organizations of all sizes protect their websites, data, and communications from cyber threats by providing secure encryption and authentication services. Digicert's CertCentral platform exposes a suite of REST and GraphQL APIs for certificate lifecycle management, discovery, automation, and reporting.

5 APIs 0 Features
CertificatesEncryptionPKISSLTLS

APIs

DigiCert Services API

The DigiCert Services API automates certificate processes to save time and streamline certificate management across the CertCentral platform. Use this API to manage all aspects ...

DigiCert Report Library API

The DigiCert Report Library API allows users to create and manage custom reports for CertCentral certificate orders, domains, organizations, and account activity. Programmatical...

DigiCert Discovery API

The DigiCert Discovery API enables scanning of internal and public-facing networks using sensors to find SSL/TLS certificates regardless of the issuing Certificate Authority. Us...

DigiCert Automation API

The DigiCert Automation API allows configuration of automation profiles and management of automation activities for certificate lifecycle operations. Access all automation featu...

DigiCert Custom Reports API

The DigiCert Custom Reports API allows generation of customizable and comprehensive data sets by leveraging the powerful GraphQL query language. Build tailored reporting against...

Collections

GraphQL

Digicert GraphQL API

The DigiCert Custom Reports API allows generation of customizable and comprehensive data sets by leveraging the powerful GraphQL query language. Build tailored reporting against...

GRAPHQL

Pricing Plans

Digicert Plans Pricing

3 plans

PLANS

Rate Limits

Digicert Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Developer
Developer
🔗
Documentation
Documentation
💬
Support
Support
🔗
Website
Website
📰
Blog
Blog
💰
Pricing
Pricing
🔗
Security
Security
🟢
StatusPage
StatusPage
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
👥
GitHub
GitHub
📄
ChangeLog
ChangeLog
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: DigiCert CertCentral Services API
  version: '2'
request:
  auth:
    type: apikey
    key: X-DC-DEVKEY
    value: '{{X-DC-DEVKEY}}'
    placement: header
items:
- info:
    name: Get account details
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/account
  docs: Get account details
- info:
    name: Create authentication key
    type: http
  http:
    method: POST
    url: https://www.digicert.com/services/v2/account/authkey
    body:
      type: json
      data: '{}'
  docs: Create authentication key
- info:
    name: Delete authentication key
    type: http
  http:
    method: DELETE
    url: https://www.digicert.com/services/v2/account/authkey/:id
    params:
    - name: id
      value: ''
      type: path
  docs: Delete authentication key
- info:
    name: List custom fields
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/account/custom-fields
  docs: List custom fields
- info:
    name: Create custom field
    type: http
  http:
    method: POST
    url: https://www.digicert.com/services/v2/account/custom-fields
    body:
      type: json
      data: '{}'
  docs: Create custom field
- info:
    name: List orders
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/order
    params:
    - name: offset
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
  docs: List orders
- info:
    name: Get order
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/order/:orderId
    params:
    - name: orderId
      value: ''
      type: path
  docs: Get order
- info:
    name: Order certificate
    type: http
  http:
    method: POST
    url: https://www.digicert.com/services/v2/order/certificate
    body:
      type: json
      data: '{}'
  docs: Submit a certificate order request.
- info:
    name: Download certificate
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/order/certificate/:orderId/download
    params:
    - name: orderId
      value: ''
      type: path
  docs: Download certificate
- info:
    name: Revoke certificate
    type: http
  http:
    method: PUT
    url: https://www.digicert.com/services/v2/order/certificate/:orderId/revoke
    params:
    - name: orderId
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Revoke certificate
- info:
    name: Get order notes
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/order/certificate/:orderId/note
    params:
    - name: orderId
      value: ''
      type: path
  docs: Get order notes
- info:
    name: Add note to order
    type: http
  http:
    method: POST
    url: https://www.digicert.com/services/v2/order/certificate/:orderId/note
    params:
    - name: orderId
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Add note to order
- info:
    name: List domains
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/domain
    params:
    - name: offset
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
  docs: List domains
- info:
    name: Add domain
    type: http
  http:
    method: POST
    url: https://www.digicert.com/services/v2/domain
    body:
      type: json
      data: '{}'
  docs: Add domain
- info:
    name: Get domain
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/domain/:domainId
    params:
    - name: domainId
      value: ''
      type: path
  docs: Get domain
- info:
    name: Delete domain
    type: http
  http:
    method: DELETE
    url: https://www.digicert.com/services/v2/domain/:domainId
    params:
    - name: domainId
      value: ''
      type: path
  docs: Delete domain
- info:
    name: List organizations
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/organization
  docs: List organizations
- info:
    name: Create organization
    type: http
  http:
    method: POST
    url: https://www.digicert.com/services/v2/organization
    body:
      type: json
      data: '{}'
  docs: Create organization
- info:
    name: List users
    type: http
  http:
    method: GET
    url: https://www.digicert.com/services/v2/user
  docs: List users
bundled: true