Authentication API
This catalog provides a comprehensive list of all available APIs for managing authentication on delivery domains. APIs are categorized by features, including the essential information such as Request URI, method, and brief descriptions.
API Name | Method | Request URI | Description |
---|---|---|---|
Create a Referer Validation ACL | POST | /lls/v1.0/authentication/referer | Create a referer validation ACL for a delivery domain. |
Create a URL Validation ACL | POST | /lls/v1.0/authentication/url | Create a URL validation ACL for a delivery domain. |
sha256_a Token Algorithm | -- | -- | sha256_a Token Algorithm |
Create an IP Address Validation ACL | POST | /lls/v1.0/authentication/ipAddress | Create 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. |