Configure a URL Validation ACL for a Delivery Domain
Create or modify a URL validation ACL for a delivery domain.
Request
Request-Line
POST /lls/v1.0/authentication/url
Request Parameters
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | String | Mandatory | Delivery domain name. |
| keys | Array | Mandatory | Array of authentication key. Authentication key is the URL validation value, which consists of 64 characters, including lowercase letters, and digits only. |
| authenticationType | String | Mandatory | Signing method. The option is as follow: sha256_a Token Algorithm: signing method A, which uses HMAC-SHA256 algorithm. This method is default. |
Response
Response Body
Status Codes, Error Codes and Error Messages
| Status Code | Error Code | Error Message |
|---|---|---|
| 400 | LLS.Domain.Invalid | Domain name invalid. |
Examples
Create a URL validation ACL for a delivery domain
Request Body
{
"domain": "ingest.example.com",
"keys": ["qjzw8z2c306hwqqg7pkl0po1k1afqljf4oxcbxv511wds50j56y5qyh1f2i8wi9b"],
"authenticationType": "sha256_a"
}
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