Config 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: signing method A, which uses HMAC-SHA256 algorithm. This method is default. Refer to sha256_a Token Algorithm |
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, please kindly check your API calls to ensure complying with the rate limit below:
- 100 requests per minute
- 1000 requests per hour