List Services Of Certificate

This API is used to list all services which have been using this SSL certificates.

Request Definition

  • API URL
https://lsdn-api.swiftfederation.com/v1.0/customers/{customerId}/{certificateId}/services
  • 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
domain string Domain name.
domainId int Domain Id.
created string The date that certificate was assigned with UTC+0 timezone.
  • Response Body Example
[
  {
    "id": 1,
    "domain": "www.example.com",
    "domainId": 111,
    "created": "2021-01-01T00:00:00"
  }, 
  {
    "id": 2,
    "domain": "www.example1.com",
    "domainId": 112,
    "created": "2021-01-02T00:00:00"
  }
]
© 2018 Conversant Solutions Pte Ltd. All rights reserved.            Updated 2021-12-09 06:49:11

results matching ""

    No results matching ""