Skip to main content
GET
/
v1
/
products
/
configs
/
blocklist
Get Product Config Blocklist
curl --request GET \
  --url https://api.trykintsugi.com/v1/products/configs/blocklist \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>'
{
  "entries": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string | null
required

The unique identifier for the organization making the request

Response

Successful Response

entries
string[]
required