Setup Cert

List

Retrieve a paginated list of Setup Cert records. Supports filtering, sorting, and search.

get/api/cp/setup/cert

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

domainstring

Domain (unique)

certstring

Cert

keystring

Key

ca_certstring

Ca Cert

deployedinteger

Deployed

user_providedinteger

User Provided

namestring

Name

valid_fromstring date-time

Valid From

valid_tostring date-time

Valid To

subject_cnstring

Subject Cn

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "domain": "example_domain",
    "cert": "Sample cert text content",
    "key": "Sample key text content",
    "ca_cert": "Sample ca_cert text content",
    "deployed": 1,
    "user_provided": 1,
    "name": "Example Name",
    "valid_from": "2025-01-17T10:30:00Z",
    "valid_to": "2025-01-17T10:30:00Z",
    "subject_cn": "example_subject_cn"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.