Skip to main content
GET
Get blacklist value

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

id
string
required

Response

Blacklist value

id
string<uuid>
Example:

"7d3b9f1e-4a6c-4c8d-b2e5-1f8a4c6e9d3b"

display_hint
string | null

Human-readable hint, e.g. masked PAN for $.credential_fingerprint entries.

Example:

"411111 •••••• 4242"

expires_at
string<date-time> | null

When the entry expires. Null means it never expires.

Example:

"2026-09-01T00:00:00Z"

field_path
string

JSON path of the field, e.g. $.device.ip.

Example:

"$.device.ip"

inserted_at
string<date-time>
Example:

"2026-06-01T10:00:05Z"

source_decision_id
string<uuid> | null

ID of the decision that triggered this entry.

Example:

"1e7b9c0a-2d43-4f6a-8d29-c4a1f2d05b3e"

updated_at
string<date-time>
Example:

"2026-06-01T10:00:05Z"

value
string

The blacklisted value for this field.

Example:

"1.2.3.4"