---
title: "Overview of SSL certificate requests"
method: GET
path: "/sslcertificaterequests"
tags: ["SSL certificate requests"]
---

# Overview of SSL certificate requests

`GET /sslcertificaterequests`

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

OK

- SslCertificateRequest[]
  - `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.

---

[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)
