Get Auto Let's Encrypt Certificate Status of Multi-Domain Service by domain name

This API is used to get auto let's encrypt certifcate status of a domain which belong to a multi-domain service.

1. Request Definition

  • API URL
https://cdn-api.swiftfederation.com/v3.0/services/{serviceId}/{domainName}/certificates/auto
  • Request Method
GET
  • Request Header

Refer to HTTP Request Headers

  • Request Body
No request Body for this API.


2. Response Definition

  • Response Header

Refer to HTTP Response Headers

  • Response Body
Field Type Description
autocertRequestStatus string Either "issued", "issuing" or "failed".
autocertRequestTime string The request time of auto cert.
certType string Either "manual", "auto" or "none".
  • Response Body Example
{
    "autocertRequestStatus": "issued",
    "autocertRequestTime": "2019-09-05T04:07:59.986Z",
    "certType": "auto"
}
           Updated 2023-09-27 02:27:53

results matching ""

    No results matching ""