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
| Parameter | Type | Required | Description |
|---|---|---|---|
| deliveryDomain | String | Mandatory | Delivery domain name. |
| ingestDomain | String | Mandatory | Ingest domain name. |
Response
Response Body
| Parameter | Type | Required | Description |
|---|---|---|---|
| ingestDomain | String | Mandatory | Ingest domain name. |
| deliveryDomain | String | Mandatory | Delivery domain name. |
Status Codes, Error Codes and Error Messages
| Status Code | Error Code | Error Message |
|---|---|---|
| 400 | LLS.Domain.NotFound | Domain name is not found. |
Examples
Associate a delivery domain name with an ingest domain name
Request
POST /lls/v1.0/domain/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, check API calls to comply with the rate limit below:
- 100 requests per minute
- 1000 requests per hour