Browse documentation
Checks

Get Check Entity

get/v1/checks/{check_id}/entities/{entity_id}

The full nested OpenSanctions record for one of this check's hits — sanction designations, relationships, provenance. Proxied (the browser never sees the provider key) and scoped: only entity ids that appear on the check's stored hits may be fetched. Cached 24h.

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Parameters

check_id
path · required

No additional parameter description.

entity_id
path · required

No additional parameter description.

Example request

cURL
curl --request GET \
  --url 'https://api.fideralabs.com/v1/checks/{check_id}/entities/{entity_id}' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

200Successful Response
application/json
{}
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

get_check_entity_v1_checks__check_id__entities__entity_id__get