Get Exclusions For Search
Retrieve exclusion records related to a specific business search.
This endpoint returns exclusion records that match the business information from the specified search, such as business name, tax ID, or other identifiers. Results are only available if the caller's organization has an active consortium membership (granted by submitting exclusion data).
Results are paginated and ordered by creation date (newest first).
Path parameters
The unique identifier of the business to retrieve exclusions for.
The unique identifier of the business to retrieve exclusions for.
Query parameters
Maximum number of exclusion records to return
Maximum number of exclusion records to return
Number of exclusion records to skip
Number of exclusion records to skip
Response
Successful Response
Example response
[
{
"id": "0aac5a02-0c75-4d22-bc10-c609bf97b04f",
"name": "Acme Corp",
"address": "123 Main St, City, ST 12345",
"tin": "123456789",
"application_date": "2026-04-17",
"opened_on": "2026-05-17",
"closed_on": "2026-06-16",
"owner_first_name": "John",
"owner_last_name": "Doe",
"additional_notes": "Customer filed for bankruptcy on 2023-05-15",
"created_at": "2026-07-16T19:24:27.792769"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.