Skip to main content
GET
/
v1
/
lists
List Lists
curl --request GET \
  --url https://identity.contra.id/v1/lists
curl https://identity.contra.id/v1/lists \
  -H "x-api-key: $CONTRA_KEY"

Response · 200

{
  "lists": [
    { "uuid": "lst_ofac",  "name": "OFAC SDN",     "type": "document", "policy": "auto_decline", "entries": 12483, "built_in": true },
    { "uuid": "lst_pep",   "name": "PEP Global",   "type": "name",     "policy": "review",       "entries": 84210, "built_in": true },
    { "uuid": "lst_a1b2",  "name": "Internal Block","type":"face",     "policy": "auto_decline", "entries": 17,    "built_in": false }
  ]
}