v1
latestOpenAPI 3.1.02026-07-241695611.0 MBExclusions
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).
get/businesses/{id}/exclusions
Path parameters
idstring uuid required
The unique identifier of the business to retrieve exclusions for.
Example:412a49b5-7466-426b-bf1e-081b00b54576
The unique identifier of the business to retrieve exclusions for.
Query parameters
limitinteger
Maximum number of exclusion records to return
Maximum number of exclusion records to return
offsetinteger
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"
}
]