Adobe Suite SSL Certificates API

The SSL Certificates API from Adobe Suite — 3 operation(s) for ssl certificates.

Operations 6

GET /api/program/{programId}/certificate/{certificateId} Get certificate #
PUT /api/program/{programId}/certificate/{certificateId} Update certificate #
DELETE /api/program/{programId}/certificate/{certificateId} Delete certificate #
GET /api/program/{programId}/certificates Get all certificates #
POST /api/program/{programId}/certificates Add SSL certificate #
POST /api/program/{programId}/dv-certificates Create DV certificate #

Documentation

📖
Documentation
https://developer.adobe.com/photoshop/api/docs/
📖
Authentication
https://developer.adobe.com/developer-console/docs/guides/authentication/
📖
Documentation
https://developer.adobe.com/lightroom/api/docs/
📖
Documentation
https://developer.adobe.com/illustrator/api/docs/
📖
Documentation
https://developer.adobe.com/indesign/docs/
📖
Documentation
https://developer.adobe.com/document-services/docs/overview/pdf-services-api/
📖
Documentation
https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/
📖
GettingStarted
https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/gettingstarted/
📖
Documentation
https://developer.adobe.com/document-services/docs/overview/pdf-accessibility-auto-tag-api/
📖
Documentation
https://developer.adobe.com/analytics-apis/docs/
📖
APIReference
https://developer.adobe.com/analytics-apis/docs/2.0/
📖
Documentation
https://developer.adobe.com/firefly-services/docs/
📖
APIReference
https://developer.adobe.com/firefly-services/docs/api/
📖
Documentation
https://developer.adobe.com/audio-video-firefly-services/
📖
GettingStarted
https://developer.adobe.com/audio-video-firefly-services/getting-started/
📖
Documentation
https://developer.adobe.com/creative-cloud-libraries/docs/
📖
APIReference
https://developer.adobe.com/creative-cloud-libraries/docs/api/
📖
Documentation
https://developer.adobe.com/express/embed-sdk/docs/guides/
📖
APIReference
https://developer.adobe.com/express/embed-sdk/docs/v4/
📖
GettingStarted
https://developer.adobe.com/express/embed-sdk/docs/guides/quickstart/
📖
Documentation
https://developer.adobe.com/experience-platform-apis/
📖
GettingStarted
https://experienceleague.adobe.com/en/docs/experience-platform/landing/platform-apis/api-guide
📖
Documentation
https://developer.adobe.com/marketo-apis/
📖
Authentication
https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/authentication
📖
Documentation
https://developer.adobe.com/commerce/docs/
📖
GettingStarted
https://developer.adobe.com/commerce/webapi/get-started/
📖
Documentation
https://developer.adobe.com/experience-cloud/cloud-manager/
📖
Documentation
https://developer.adobe.com/journey-optimizer-apis/
📖
Documentation
https://developer.adobe.com/workfront-apis/
📖
Documentation
https://developer.adobe.com/firefly-services/docs/substance3d/
📖
Documentation
https://developer.adobe.com/data-collection-apis/
📖
Documentation
https://developer.adobe.com/adobe-status/
📖
Documentation
https://developer.adobe.com/vip-marketplace/

Specifications

Other Resources

🔗
Pricing
https://developer.adobe.com/document-services/pricing/
🔗
SDKs
https://developer.adobe.com/document-services/docs/overview/pdf-services-api/sdks/
🔗
ReleaseNotes
https://developer.adobe.com/document-services/docs/overview/pdf-services-api/releasenotes
🔗
Guides
https://developer.adobe.com/analytics-apis/docs/2.0/guides/
🔗
Guides
https://developer.adobe.com/firefly-services/docs/guides/
🔗
Usage Notes
https://developer.adobe.com/audio-video-firefly-services/getting_started/usage/
🔗
Overview
https://developer.adobe.com/creative-cloud-libraries/docs/overview/
🔗
Integration Guide
https://developer.adobe.com/creative-cloud-libraries/docs/integrate/
🔗
API Fundamentals
https://experienceleague.adobe.com/en/docs/experience-platform/landing/platform-apis/api-fundamentals
🔗
Developer Guide
https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/home
🔗
REST API
https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/rest-api
🔗
REST API
https://developer.adobe.com/commerce/webapi/rest/
🔗
GraphQL API
https://developer.adobe.com/commerce/webapi/graphql-api/
🔗
REST API Reference
https://developer.adobe.com/commerce/webapi/reference/rest/paas/
🔗
GraphQL
https://raw.githubusercontent.com/api-evangelist/adobe-suite/refs/heads/main/graphql/adobe-suite-graphql.md
🔗
Webhooks
https://developer.adobe.com/experience-cloud/cloud-manager/guides/getting-started/create-event-integration/
🔗
StatusPage
https://status.adobe.com/

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/adobe-suite-ssl-certificates-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

adobe-suite-ssl-certificates-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: Cloud Manager SSL Certificates API
  description: This API allows access to Cloud Manager programs, pipelines, and environments by an authorized technical account created through the Adobe I/O Console. The base url for this API is https://cloudmanager.adobe.io, e.g. to get the list of programs for an organization, you would make a GET request to https://cloudmanager.adobe.io/api/programs (with the correct set of headers as described below). This swagger file can be downloaded from https://raw.githubusercontent.com/AdobeDocs/cloudmanager-api-docs/main/swagger-specs/api.yaml.
servers:
- url: https://cloudmanager.adobe.io
tags:
- name: SSL Certificates
paths:
  /api/program/{programId}/certificate/{certificateId}:
    get:
      tags:
      - SSL Certificates
      summary: Get certificate
      description: Gets a certificate by its ID
      operationId: getCertificateByIdAndProgramId
      parameters:
      - name: programId
        in: path
        description: Identifier of the program
        required: true
        schema:
          type: integer
          format: int64
      - name: certificateId
        in: path
        description: Identifier of the certificate
        required: true
        schema:
          type: integer
          format: int64
      - name: x-gw-ims-org-id
        in: header
        description: IMS organization ID that the request is being made under.
        required: true
        schema:
          type: string
      - name: Authorization
        in: header
        description: Bearer [token] - An access token for the technical account created through integration with Adobe IO
        required: true
        schema:
          type: string
      - name: x-api-key
        in: header
        description: IMS Client ID (API Key) which is subscribed to consume services on console.adobe.io
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Certificate retrieved
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateRepresentation'
        '404':
          description: Certificate not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateNotFoundException'
    put:
      tags:
      - SSL Certificates
      summary: Update certificate
      description: Updates a certificate in this program
      operationId: updateCertificate
      parameters:
      - name: programId
        in: path
        description: Identifier of the program
        required: true
        schema:
          type: integer
          format: int64
      - name: certificateId
        in: path
        description: Identifier of the certificate
        required: true
        schema:
          type: integer
          format: int64
      - name: x-gw-ims-org-id
        in: header
        description: IMS organization ID that the request is being made under.
        required: true
        schema:
          type: string
      - name: Authorization
        in: header
        description: Bearer [token] - An access token for the technical account created through integration with Adobe IO
        required: true
        schema:
          type: string
      - name: x-api-key
        in: header
        description: IMS Client ID (API Key) which is subscribed to consume services on console.adobe.io
        required: true
        schema:
          type: string
      - name: Content-Type
        in: header
        description: Must always be application/json
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Certificate updated
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateRepresentation'
        '404':
          description: Certificate not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateNotFoundException'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateOrUpdateSslCertificateBody'
        description: Payload for updating the certificate
        required: true
    delete:
      tags:
      - SSL Certificates
      summary: Delete certificate
      description: Deletes a certificate from this program
      operationId: deleteCertificate
      parameters:
      - name: programId
        in: path
        description: Identifier of the program
        required: true
        schema:
          type: integer
          format: int64
      - name: certificateId
        in: path
        description: Identifier of the certificate
        required: true
        schema:
          type: integer
          format: int64
      - name: x-gw-ims-org-id
        in: header
        description: IMS organization ID that the request is being made under.
        required: true
        schema:
          type: string
      - name: Authorization
        in: header
        description: Bearer [token] - An access token for the technical account created through integration with Adobe IO
        required: true
        schema:
          type: string
      - name: x-api-key
        in: header
        description: IMS Client ID (API Key) which is subscribed to consume services on console.adobe.io
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Certificate deleted
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateRepresentation'
        '404':
          description: Certificate not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateNotFoundException'
  /api/program/{programId}/certificates:
    get:
      tags:
      - SSL Certificates
      summary: Get all certificates
      description: Gets the list of certificates from this program
      operationId: getAllCertificatesForProgram
      parameters:
      - name: programId
        in: path
        description: Identifier of the program
        required: true
        schema:
          type: integer
          format: int64
      - name: start
        in: query
        description: Pagination start parameter
        required: false
        schema:
          type: string
          default: '0'
      - name: limit
        in: query
        description: Pagination limit parameter
        required: false
        schema:
          type: integer
          format: int32
          default: 20
      - name: status
        in: query
        description: Filter statuses separated by comma
        required: false
        schema:
          type: string
          enum:
          - VALID
          - PENDING
          - EXPIRED
      - name: name
        in: query
        description: Certificate name
        required: false
        schema:
          type: string
      - name: sslCertificateType
        in: query
        description: Certificate types separated by comma.
        required: false
        schema:
          type: string
          enum:
          - DV
          - EV
          - OV
      - name: x-gw-ims-org-id
        in: header
        description: IMS organization ID that the request is being made under.
        required: true
        schema:
          type: string
      - name: Authorization
        in: header
        description: Bearer [token] - An access token for the technical account created through integration with Adobe IO
        required: true
        schema:
          type: string
      - name: x-api-key
        in: header
        description: IMS Client ID (API Key) which is subscribed to consume services on console.adobe.io
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Certificate list retrieved
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AllSSLCertificatesList'
    post:
      tags:
      - SSL Certificates
      summary: Add SSL certificate
      description: Adds a customer-managed certificate in this program
      operationId: createSslCertificate
      parameters:
      - name: programId
        in: path
        description: Identifier of the program
        required: true
        schema:
          type: integer
          format: int64
      - name: x-gw-ims-org-id
        in: header
        description: IMS organization ID that the request is being made under.
        required: true
        schema:
          type: string
      - name: Authorization
        in: header
        description: Bearer [token] - An access token for the technical account created through integration with Adobe IO
        required: true
        schema:
          type: string
      - name: x-api-key
        in: header
        description: IMS Client ID (API Key) which is subscribed to consume services on console.adobe.io
        required: true
        schema:
          type: string
      - name: Content-Type
        in: header
        description: Must always be application/json
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateRepresentation'
        '201':
          description: SSL certificate created
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificateRepresentation'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateOrUpdateSslCertificateBody'
        description: Payload for creating the certificate
        required: true
  /api/program/{programId}/dv-certificates:
    post:
      tags:
      - SSL Certificates
      summary: Create DV certificate
      description: Initiates the creation of a DV certificate in this program
      operationId: createDvCertificate
      parameters:
      - name: programId
        in: path
        description: Identifier of the program
        required: true
        schema:
          type: integer
          format: int64
      - name: x-gw-ims-org-id
        in: header
        description: IMS organization ID that the request is being made under.
        required: true
        schema:
          type: string
      - name: Authorization
        in: header
        description: Bearer [token] - An access token for the technical account created through integration with Adobe IO
        required: true
        schema:
          type: string
      - name: x-api-key
        in: header
        description: IMS Client ID (API Key) which is subscribed to consume services on console.adobe.io
        required: true
        schema:
          type: string
      - name: Content-Type
        in: header
        description: Must always be application/json
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificate'
        '201':
          description: Created DV certificate
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SslCertificate'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateDvCertificateBody'
        description: Payload for creating the DV certificate
        required: true
components:
  schemas:
    RequestedPageDetails:
      type: object
      properties:
        start:
          type: integer
          format: int32
          description: The start index for the current page of results
        limit:
          type: integer
          format: int32
          description: The item limit for the current page of results
        next:
          type: integer
          format: int32
          description: The start index for the next page of results
        prev:
          type: integer
          format: int32
          description: The start index for the previous page of results
        orderBy:
          type: string
        property:
          type: array
          items:
            type: string
        type:
          type: string
      description: Filtering and sorting page details
    SslCertificateRepresentation:
      type: object
      properties:
        id:
          type: integer
          format: int64
          description: id
        sslCertificateType:
          type: string
          description: 'Type of origin: DV, EV or OV'
        sslCertificateStatus:
          type: string
          description: PENDING, VALID or EXPIRED
        programId:
          type: integer
          format: int64
          example: 14
          description: Identifier of the application. Unique within the space.
        serialNumber:
          type: string
          description: Unique identifier of the certificate at CA level.
        name:
          type: string
          example: Certificate Name Example
          description: Name of the SSL Certificate.
        issuer:
          type: string
          description: Issuer of the SSL Certificate.
        expireAt:
          type: integer
          format: int64
          description: Expiration date of the SSL Certificate.
        commonName:
          type: string
          description: Common name of the SSL Certificate.
        subjectAlternativeNames:
          type: array
          description: Subject alternative names of the SSL Certificate.
          items:
            type: string
        certificate:
          type: string
          description: Encrypted content of the SSL Certificate.
        chain:
          type: string
          description: Content of the Chain File.
        createdAt:
          type: integer
          format: int64
          description: Date of SSL Certificate submission.
        updatedAt:
          type: integer
          format: int64
          description: Date of last SSL Certificate update.
        _links:
          type: object
          readOnly: true
          properties:
            self:
              $ref: '#/components/schemas/HalLink'
              description: This object's representation
      description: Describes an SSL Certificate
    CreateDvCertificateBody:
      type: object
      required:
      - domainIds
      properties:
        name:
          type: string
          example: my-cert
          description: Name of the certificate
        domainIds:
          type: array
          description: List of domain IDs to associate with the certificate
          items:
            type: integer
            format: int64
    SslCertificateNotFoundException:
      type: object
      properties:
        message:
          type: string
        localizedMessage:
          type: string
    SslCertificate:
      type: object
      properties:
        id:
          type: integer
          format: int64
        sslCertificateType:
          type: string
          enum:
          - DV
          - EV
          - OV
        programId:
          type: integer
          format: int64
        serialNumber:
          type: string
        name:
          type: string
        certificate:
          type: string
        issuer:
          type: string
        expireAt:
          type: integer
          format: int64
        privateKeyPath:
          type: string
        commonName:
          type: string
        commonNameRegex:
          type: string
        subjectAlternativeNames:
          type: array
          items:
            type: string
        subjectAlternativeNamesRegex:
          type: array
          items:
            type: string
        chain:
          type: string
        createdAt:
          type: integer
          format: int64
        updatedAt:
          type: integer
          format: int64
        deletedAt:
          type: integer
          format: int64
        externalId:
          type: integer
          format: int64
        sslCertificateStatus:
          type: string
          enum:
          - PENDING
          - VALID
          - EXPIRED
    CreateOrUpdateSslCertificateBody:
      type: object
      required:
      - name
      - certificate
      - privateKey
      - chain
      properties:
        name:
          type: string
          description: The name of the new SSL Certificate.
        certificate:
          type: string
          description: The PEM-encoded certificate.
        privateKey:
          type: object
          properties:
            value:
              type: string
              description: Private key value
          description: The PEM-encoded private key.
        chain:
          type: string
          description: The PEM-encoded certificate chain.
    HalLink:
      type: object
      properties:
        href:
          type: string
        templated:
          type: boolean
          default: false
        type:
          type: string
        deprecation:
          type: string
        profile:
          type: string
        title:
          type: string
        hreflang:
          type: string
        name:
          type: string
    AllSSLCertificatesList:
      type: object
      properties:
        _totalNumberOfItems:
          type: integer
          format: int32
          description: The total number of embedded items
        _page:
          $ref: '#/components/schemas/RequestedPageDetails'
          description: Details of the requested page of items
        _embedded:
          type: object
          readOnly: true
          properties:
            certificates:
              type: array
              items:
                $ref: '#/components/schemas/SslCertificateRepresentation'
        _links:
          type: object
          readOnly: true
          properties:
            next:
              $ref: '#/components/schemas/HalLink'
              description: The next page of results.
            page:
              $ref: '#/components/schemas/HalLink'
              description: An arbitrary page of results.
            prev:
              $ref: '#/components/schemas/HalLink'
              description: The previous page of results.
            self:
              $ref: '#/components/schemas/HalLink'
              description: This object's representation