Skip to main content
GET
/
api
/
blacklist
/
{id}
{
  "id": 123,
  "name": "<string>",
  "reference_id": "<string>",
  "list_name": "<string>",
  "created_by": 123,
  "modified_by": 123
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this blacklist.

Response

200 - application/json
id
integer
required
name
string
required
Maximum length: 255
list_name
string
required
Maximum length: 255
reference_id
string
created_by
integer | null
modified_by
integer | null