---
title: "List domains on the caller's account with their SSL certificate state"
method: GET
path: "/api/client/ssl-certificates"
tags: ["Client - SSL Certificates"]
---

# List domains on the caller's account with their SSL certificate state

`GET /api/client/ssl-certificates`

Returns one row per domain; sslCertificate is null when SSL is disabled.

## Response `200`

Success

- object[]
  - `domain_id` integer
  - `domain` string
  - `ssl_enabled` boolean
  - `ssl_certificate` HostingAccountSslCertificate — SSL certificate record attached to a domain
    - `id` integer
    - `hosting_account_id` integer
    - `domain_id` integer
    - `type` string, nullable — Provider name (e.g. LetsEncrypt, ZeroSSL) or null for uploaded/self-signed
    - `path` string, nullable
    - `domains` string[]
    - `auto_renew` boolean
    - `expiration_date` string, date-time, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
