Skip to main content

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

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 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 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, check API calls to comply with the rate limit below:

  • 100 requests per minute
  • 1000 requests per hour