cURL
curl --request GET \ --url https://api.example.com/api/whitelist/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "rules": [ -1 ], "subject": 123, "bucket": 123, "created_by": 123, "modified_by": 123 }
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this whitelist.
-2147483648 <= x <= 2147483647