List Domains

This API is used to list domains under this customer.

Request Definition

  • API URL:
https://lsdn-api.swiftfederation.com/v1.0/customers/{customerId}/domains
  • 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 Long Domain ID number.
customerId Long Customer ID number.
domainName String Delivery domain name.
cname String Delivery domain which will be CName to.
  • Response Body Example
[
    {
        "id": 1,
        "customerId": 1,
        "domainName": "example1.com",
        "cname": "live.conversant.swiftfederation.com"
    },
    {
        "id": 2,
        "customerId": 2,
        "domainName": "example2.com",
        "cname": "live.conversant.swiftfederation.com"
    }
]
© 2018 Conversant Solutions Pte Ltd. All rights reserved.            Updated 2021-12-09 06:49:11

results matching ""

    No results matching ""