Skip to main content

Associate Domains

Associate a delivery domain name with an ingest domain name.

Request

Request-Line

POST /lls/v1.0/domain/associate

Request Parameters

Body Parameters

ParameterTypeRequiredDescription
deliveryDomainStringMandatoryDelivery domain name.
ingestDomainStringMandatoryIngest domain name.

Response

Response Body

ParameterTypeRequiredDescription
ingestDomainStringMandatoryIngest domain name.
deliveryDomainStringMandatoryDelivery domain name.

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400LLS.Domain.NotFoundDomain name is not found.

Examples

Associate a delivery domain name with an ingest domain name

Request

POST /lls/v1.0/domain/delivery.example.com/associate HTTP/1.1
{
"ingestDomain": "ingest.example.com",
"deliveryDomain": "delivery.example.com"
}

Successful Response Body

{
"deliveryDomain": "delivery.example.com",
"ingestDomain": "ingest.example.com"
}

Best Practices

Rate Limiting

Rate Limits

Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:

  • 100 requests per minute
  • 1000 requests per hour