Skip to main content

Query URL Validation ACL for a Delivery Domain

Query a URL validation ACL for a delivery domain.

Request

Request-Line

GET /lls/v1.0/authentication/url

Request Parameters

Body Parameters

Response

Response Body

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.

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400LLS.Domain.InvalidDomain name invalid.

Examples

Query URL Validation ACL for a Delivery Domain

Request

GET /lls/v1.0/authentication/url?domain=ingest.example.com HTTP/1.1

Response 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