Skip to main content
GET
/
api
/
whitelist
/
{id}
Retrieve a Whitelist record
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

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 whitelist.

Response

200 - application/json
id
integer
required
read-only
rules
integer[]
required
Required range: -2147483648 <= x <= 2147483647
subject
integer
required
bucket
integer
required
created_by
integer | null
modified_by
integer | null