Debt Search V2 provides comprehensive nationwide coverage for Bankruptcies, Liens, and Judgement's.
1. Add your access profile, username, and search type to the request headers.
Please Note:
DebtV2 will be the search type in your request headers for "galaxy-search-type"
Pro Tip:
You can search for all Debt Types by populating as the 0 for "DebtType" Or you can narrow down the search by providing of the following values:
1 = Bankruptcies
2= Liens
3= Judgement's.
- galaxy-ap-name: [Access Profile Name]
- galaxy-ap-password: [Access Profile Password]
- galaxy-client-session-id: (Optional) Session ID for logging
- galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
- galaxy-search-type: [DebtV2]
2. Add search criteria to your request.
{
"FirstName": "John",
"LastName": "Smith",
"AddressLine2": "CA"
}
3. Set the desired pagination rules
{
"FirstName": "John",
"LastName": "Smith",
"AddressLine2": "CA"
"Page": 1,
"ResultsPerPage": 10
}
4. Submit Your Search.