v1
latestOpenAPI 3.1.02026-07-241695611.0 MBSearch
Get Search Batch
Retrieve a SearchBatch by ID and return it in SearchBatchResponse format.
get/searches/batch/{id}
Path parameters
idstring uuid required
The unique identifier of the search batch to retrieve searches for.
Example:a3c16db9-52f0-4f67-9ce3-0fae6f9f3f31
The unique identifier of the search batch to retrieve searches for.
Response
Successful Response
Example response
{
"options": [
"Order.WebsiteAnalysis"
],
"questionnaire": {
"kyb": {
"current_provider": "Middesk",
"new_applications_per_month": 500,
"avg_uw_time_hours": 24,
"avg_uw_time_minutes": 2,
"match_rate_pct": 25,
"approval_rate_pct": 72
},
"web_presence": {
"current_provider": "Built in-house"
},
"liens": {
"current_provider": "LexisNexis"
},
"litigations": {
"current_provider": "LexisNexis"
}
}
}