List Services Of Certificate

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

1. Request Definition

  • API URL
https://cdn-api.swiftfederation.com/v1.0/certificates/{certificateId}/services
  • 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
id int Attachment id for a certificate is attached to a service.
certificateId int Certificate ID.
certificateName string Certificate Name. Deprecated, not for use in new certificate.
serviceId int Domain or file download service id. Deprecated, not for use in new service.
serviceName string Domain or file download service name.
  • Response Body Example
[
  {
        "id": 13,
        "certificateId": 101,
        "certificateName":"*.example.com",
        "serviceId": 200,
        "serviceName": "www.example.com"
    },
    {
        "id": 15,
        "certificateId": 101,
        "certificateName":"*.example.com",
        "serviceId": 201,
        "serviceName": "web.example.com"
    }
]
           Updated 2023-11-27 05:49:15

results matching ""

    No results matching ""