cURL
curl --request GET \ --url https://api.example.com/api/blacklist/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "list_name": "<string>", "reference_id": "<string>", "created_by": 123, "modified_by": 123 }
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this blacklist.
255