---
title: "Start processing pending queue's SSL certificates"
method: GET
path: "/Market/process_ssl_pending_queue"
tags: ["Market", "SSL Certificates"]
---

# Start processing pending queue's SSL certificates

`GET /Market/process_ssl_pending_queue`

This function manually processes the cPanel Market's SSL certificate request pending queue.

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object[] — Information about each certificate request in the pending queue.
      - `certificate_id` string — The certificate ID. The system sets this for re-issued short-lived certificates, which it polls by certificate ID rather than by order item ID.
      - `certificate_pem` string, base64 certificate, nullable — The text of the certificate, if available. * `null` - The certificate is not available.
      - `created_time` integer — When the system placed the order.
      - `csr` string, base64 certificate — The Certificate Signing Request's (CSR's) text.
      - `deleted` 0 | 1 — Whether the system has deleted the item from the pending queue. * `0` - Deleted. * `1` - **Not** deleted.
      - `domains` string[] — A list of domains that the certificate request covers.
      - `expired` 0 | 1 — Whether the system has deleted the item from the pending queue. * `1` - Deleted. * `0` - **Not** deleted.
      - `first_poll_time` integer — The first time that the system polled the provider for the certificate.
      - `installed` 0 | 1 — Whether the system installed the certificate. * `1` - Installed. * `0` - **Not** installed.
      - `last_poll_time` integer — The last time that the system polled the provider for the certificate.
      - `last_status_code` 'CertificateNotFound' | 'RequiresApproval' | 'OrderCanceled' | 'OrderItemCanceled' — The last status code of the order. * `CertificateNotFound` - The system cannot locate the specified certificate. * `RequiresApproval` - The specified certificate requires approval. * `OrderCanceled` - The system canceled the order of the specified certificate. * `OrderItemCanceled` - The system canceled the order item of the specified certificate.
      - `last_status_message` string — An error message from the certificate provider. For example, why a certificate authority rejected an SSL certificate. **Note:** If no error message exists, this will return an empty string.
      - `order_id` string — A unique identifier for the order.
      - `order_item_id` string — A unique identifier of each item in the order.
      - `originating_certificate_id` string — For a re-issued certificate, the ID of the certificate that it descends from.
      - `parent_cert_expiry` integer — The expiration of the parent subscription certificate, as a Unix timestamp.
      - `product_id` string — An identifier for a given product.
      - `provider` string — The cPanel Market provider's name.
      - `status` 'confirmed' | 'unconfirmed' — The status of the order. * `confirmed` - Payment confirmed. * `unconfirmed` - Payment **not** confirmed.
      - `vhost_names` string[] — A list of virtual host names.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
      - `transformed` 1 — Post-processing may have transformed the data.
    - `status` 0 | 1 — * `1` - Success * `0` - Failed: Check the errors field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running an API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
