跳到主要内容

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

ParameterTypeRequiredDescription
domainStringMandatorydelivery domain name
keysArrayMandatoryArray of authentication key. Authentication key is the URL validation value, which consists of 64 characters, including lowercase letters, and digits only.
authenticationTypeStringMandatorySigning 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 CodeError CodeError Message
400LLS.Domain.InvalidDomain 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