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
applicant_idpath · required
No additional parameter description.
Example request
cURL
curl --request GET \
--url 'https://api.fideralabs.com/v1/applicants/{applicant_id}/checks' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
200Successful Responseapplication/json
[
{
"alert_count": 0,
"applicant_id": "00000000-0000-0000-0000-000000000000",
"applicant_name": "string",
"check_type": "string",
"completed_at": "2026-07-29T12:00:00Z",
"created_at": "2026-07-29T12:00:00Z",
"dataset_versions": [
{}
],
"datasets": [
{}
],
"decision": "string",
"error": "string",
"evidence": {},
"flow_id": "00000000-0000-0000-0000-000000000000"
}
]422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
list_checks_v1_applicants__applicant_id__checks_get