List blocklist entries

Returns blocklist entries for your organization. Blocklisted candidates are flagged or excluded when they apply.

Authentication

AuthorizationBearer

Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.

Query parameters

active_onlybooleanOptionalDefaults to true

When false, include expired/inactive entries. Defaults to true.

match_typeenumOptional
Allowed values:
searchstringOptional

Free-text search on match values.

limitintegerOptional
offsetintegerOptional

Response

Blocklist entries.
entrieslist of objectsOptional
totalintegerOptional

Errors

400
Bad Request Error
401
Unauthorized Error