Create Domain

This API is used to create domain under this customer.

Request Definition

  • API URL:
https://lsdn-api.swiftfederation.com/v1.0/domains
  • Request Method:
POST
  • Request Header:

Refer to HTTP Request Headers

  • Request Body:

Request Body Data Format: JSON

Field Type Description
customerId Long Customer ID number.
domainName String Delivery domain name.
cname String Delivery domain which will be CName to.
  • Request Body Example
{
    "customerId": 1,
    "domainName": "example1.com",
    "cname": "live.conversant.swiftfederation.com"
}


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"
}
© 2018 Conversant Solutions Pte Ltd. All rights reserved.            Updated 2021-12-09 06:49:11

results matching ""

    No results matching ""