Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://identity.contra.id/v1/lists/{uuid}/entries
Paginated entries inside a specific list.
curl "https://identity.contra.id/v1/lists/$UUID/entries?limit=50&offset=0" \ -H "x-api-key: $CONTRA_KEY"
{ "count": 17, "results": [ { "uuid": "ent_a1b2…", "entry_type": "face", "fingerprint":"sha256:abc123…", "reason": "fraud · chargeback", "added_by": "compliance@yourco.com", "added_at": 1748566800 } ] }