---
title: "Detail of a SSL certificate request"
method: GET
path: "/sslcertificaterequests/{id}"
tags: ["SSL certificate requests"]
---

# Detail of a SSL certificate request

`GET /sslcertificaterequests/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- SslCertificateRequestDetail
  - `id` integer — The id of the certificate request.
  - `certificate_type` 'standard' | 'multi_domain' | 'wildcard' — The type of the certificate: <ul><li>Standard: Certificate for a single domain.</li><li>Multi domain: Certificate for multiple (sub)domains belonging to the same owner.</li><li>Wildcard: Certificate for all the subdomains.</li></ul>
  - `validation_level` 'domain_validated' | 'organization_validated' | 'extended_validated' — The validation level of the certificate: <ul><li>Domain validated: Basic check of the identity of the owner of the domain name.</li><li>Organization validated: Company details are verified and integrated in the certificate.</li><li>Extended validated: A thorough verification of your domain name and company details.</li></ul>
  - `vendor` 'sectigo' — The vendor of the certificate.
  - `common_name` string — The common name of the certificate request.
  - `order_code` string — The order code of the certificate request.
  - `subject_alt_names` SslSubjectAltName[] — The list of all supported domains in the certificate.
    - `type` 'dns' | 'ip' — The type of the alt name: <ul><li>Dns</li><li>Ip</li></ul>
    - `value` string — The value of the alt name.
  - `validations` SslCertificateRequestValidation[] — The list of validations related to domain verification. This is based on the initially configured validations and any changes through the certificate provider's portal will not be reflected here.
    - `dns_name` string — A domain name of the certificate.
    - `type` 'dns' | 'file' | 'email' — The domain validation verification type.
    - `auto_validated` boolean — Returns true if no user interaction is required and the domain validation will be verified automatic.
    - `email_addresses` string[] — An array of eligible domain verification email addresses.
    - `cname_validation_name` string — The host-part (Name) of the CNAME-record that must be created as part of domain verification.
    - `cname_validation_content` string — The value-part (Point To) of the CNAME-record that must be created as part of domain verification.
    - `file_validation_url_http` string — The URL (http format) your verification file must be uploaded to as part of domain verification.
    - `file_validation_url_https` string — The URL (https format) your verification file must be uploaded to as part of domain verification.
    - `file_validation_content` string[] — The content your verification file must contain, consisting of three lines of plain-text.
  - `provider_portal_url` string — The URL to access and change the information related to domain verification. This URL wil expire within the hour after request and is valid within one browser session.

## Other responses

- `303` — See Other
- `410` — The resource existed in the past, but is no longer available.

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/versions/d6d1ea012567/schema)
