---
title: "Return provider's SSL certificate request status"
method: GET
path: "/Market/get_certificate_status_details"
tags: ["Market", "SSL Certificates"]
---

# Return provider's SSL certificate request status

`GET /Market/get_certificate_status_details`

This function returns the status of an SSL certificate request. The returns include
actionable URLs for users to expedite the validation process, if applicable.

**Important:**

Because this function returns data from a dynamic source, the returns in each
object can vary.

## Query parameters

- `order_item_id` integer, required
- `provider` string, required

## 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
      - `actionUrls` object — An object that contains actionable URLs.
        - `evClickThroughStatus` string, url — A URL that a user can use to expedite the validation process for Extended Validation (EV) certificates.
        - `ovCallbackStatus` string, url — A URL that a user can use to expedite the validation process for Organization Validated (OV) certificates.
      - `domain_details` object — An object that contains information about the domain.
        - `domain` string, domain — The Fully Qualified Domain Name (FQDN) that the function queries.
        - `status` 'VALIDATED' | 'NOTVALIDATED' | 'AWAITINGBRAND' — The status of the domain's certificate. * `VALIDATED` - The domain has been validated. * `NOTVALIDATED` - The domain has **not** been validated. * `AWAITINGBRAND` - The domain has **not** been validated, and is awaiting brand approval.
      - `status_details` object — An object that contains specific information about the validation process.
        - `brandValStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether the brand validation status has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The certificate's brand validation is **not** complete. * `completed` - The certificate's brand validation is complete. * `in-progress` - The certificate's brand validation is in progress.
        - `certificateStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether the provider has issued the SSL certificate. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The certificate's issue is **not** completed. * `completed` - The provider has issued the certificate. * `in-progress` - The certificate's issue is in progress.
        - `csrStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether the certificate signing request (CSR) has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The CSR for the certificate is **not** complete. * `completed` - The CSR for the certificate is complete. * `in-progress` - The CSR for the certificate is in progress.
        - `dcvStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether Domain Control Validation (DCV) has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The DCV for the certificate is **not** complete. * `completed` - The DCV for the certificate is complete. * `in-progress` - The DCV for the certificate is in progress.
        - `evClickThroughStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether every requirement for the EV certificate has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The EV certificate's requirements check is **not** complete. * `completed` - The EV certificate's requirements check is complete. * `in-progress` - The EV certificate's requirements check is in progress. For more information, read Sectigo's [What is required for validation?](https://support.sectigo.com/Com_KnowledgeDetailPage?Id=kA01N000000zFOr) documentation.
        - `freeDVUPStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether every requirement for the Domain Validated (DV) certificate has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The DV certificate's requirements check is **not** complete. * `completed` - The DV certificate's requirements check is complete. * `in-progress` - The DV certificate's requirements check is in progress.
        - `organizationValidationStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether every requirement for the OV certificate has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The OV certificate's requirements check is **not** complete. * `completed` - The OV certificate's requirements check is complete. * `in-progress` - The OV certificate's requirements check is in progress.
        - `ovCallbackStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether the Certificate Authority (CA) has verified the organization's validity via a phone call. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The CA has **not** verified the organization's validity via phone. * `completed` - The CA has verified the organization's validity via phone. * `in-progress` - The CA's verification of the organization's validity via phone is in progress.
        - `validationStatus` 'not applicable' | 'not-completed' | 'completed' | 'in-progress' — Whether the validation process has completed. * `not applicable` - This is **not** applicable for the certificate. * `not-completed` - The certificate's validation is **not** complete. * `completed` - The certificate's validation is complete. * `in-progress` - The certificate's validation is in progress.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
    - `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 a 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)
