Skip to main content

Associate Domains

Associate a delivery domain name with an ingest domain name.

Request

Request-Line

POST /lls/v1.0/domain/{domain}/associate

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
domainStringMandatorydelivery domain name.

Body Parameters

ParameterTypeRequiredDescription
deliveryDomainStringMandatorydelivery domain name
ingestDomainStringMandatoryingest domain name

Response

Response Body

ParameterTypeRequiredDescription
ParameterTypeRequiredDescription
------------------------------------------------------------------------------------------
ingestDomainStringMandatoryingest 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"
}

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