curl --request GET \
--url http://localhost/api/api/whitelist/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"rules": [
-1
],
"subject": 123,
"bucket": 123,
"created_by": 123,
"modified_by": 123
}curl --request GET \
--url http://localhost/api/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.