Authentication API
This catalog provides a comprehensive list of all available APIs for managing authentication on delivery domains. APIs are categorised by features, including the essential information such as request URI, method, and descriptions.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Configure a Referer Validation ACL | POST | /lls/v1.0/authentication/referer | Create or modify a referer validation ACL for a delivery domain. |
| Configure a URL Validation ACL | POST | /lls/v1.0/authentication/url | Create or modify a URL validation ACL for a delivery domain. |
| sha256_a Token Algorithm | -- | -- | sha256_a Token Algorithm |
| Configure an IP Address Validation ACL | POST | /lls/v1.0/authentication/ipAddress | Create or modify an IP Address validation ACL for a delivery domain. |
| Remove a Referer Validation ACL | DELETE | /lls/v1.0/authentication/referer | Remove a referer validation ACL for a delivery domain. |
| Remove a URL Validation ACL | DELETE | /lls/v1.0/authentication/url | Remove a URL validation ACL for a delivery domain. |
| Remove an IP Address Validation ACL | DELETE | /lls/v1.0/authentication/ipAddress | Remove an IP Address validation ACL for a delivery domain. |
| Query Referer Validation ACL | GET | /lls/v1.0/authentication/referer | Query referer validation ACL for a delivery domain. |
| Query URL Validation ACL | GET | /lls/v1.0/authentication/url | Query URL validation ACL for a delivery domain. |
| Query IP Address Validation ACL | GET | /lls/v1.0/authentication/ipAddress | Query IP Address validation ACL for a delivery domain. |