List Certificates

This API is used to list all SSL certificates for this customer.

Request Definition

  • API URL:
https://lsdn-api.swiftfederation.com/v1.0/customers/{customerId}/certificates
  • Request Method
GET
  • Request Header

Refer to HTTP Request Headers

  • Request Body
No request Body for this API.


Response Definition

  • Response Header

Refer to HTTP Response Headers

  • Response Body
Field Type Description
id int Certificate id.
customer_id int Customer id of certificate.
common_name string Certificate common name.
notBefore string The valid from date time that certificate can be used with UTC+0 timezone.
notAfter string The expired date time of certificate with UTC+0 timezone.
created string The date that certificate was created with UTC+0 timezone.
  • Response Body Example
[
    {
        "id": 13,
        "customer_id": 10000,
        "common_name": "www.website1.com",
        "notBefore": "2018-12-14T04:32:35Z",
        "notAfter": "2019-03-14T04:32:35Z",
        "created": "2019-01-23T04:01:44Z"
    }
]
© 2018 Conversant Solutions Pte Ltd. All rights reserved.            Updated 2021-12-09 06:49:11

results matching ""

    No results matching ""