📣 this endpoint provides a distribution access control. In this GET request the Project ID and distribution ID have to be set in the url parameter✳ List of URL parameters
Project_ID = 36 character in length
DISTRIBUTION_ID = 36 character in length
📢 Info message : Here URL is contructed like GET/projects/{Project_ID}/distributions/{DISTRIBUTION_ID}/access-controls
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/projects/66a1084b-4b6b-4001-a4ad-d34d13463068/distributions/66a1084b-4b6b-4001-a4ad-d34d13463068/access-controls'