Professional License Search

Information included in search results usually include License holder's current name and address, License type, License number, License status and License issue and expiration dates.

1. Add your access profile, username, and search type to the request headers.

❗️

Please Note

"" ProLicense will be the search type in your request headers for "galaxy-search-type"

  • 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: [ProLicense]

2. Add search criteria to your request.

{
    "BusinessName": "Dulaney"
}
Or
{
    "TahoeId": "GXXXXXXXXXXXXXXXXXXX",
    "PoseidonIds": [
        "CB2B#XXXXXX",
        "CB2B#XXXXXXXX"
    ],
    "SSN": "XXX-XX-XXXX",
    "FirstName": "John",
    "MiddleName": "",
    "LastName": "Smith",
    "LicenseType": "",
    "LicenseNumber": ""
    "HouseNumber": "",
    "StreetName": "",
    "Unit": "",
    "City": "",
    "State": "",
    "ZipCode": "XXXXX"
}
Or
{
    "TahoeId": "GXXXXXXXXXXXXXXXXXXX",
    "PoseidonIds": [
        "CB2B#XXXXXX",
        "CB2B#XXXXXXXX"
    ],
    "SSN": "XXX-XX-XXXX",
    "FirstName": "John",
    "MiddleName": "",
    "LastName": "Smith",
    "LicenseType": "",
    "LicenseNumber": ""
    "HouseNumber": "",
    "StreetName": "",
    "Unit": "",
    "City": "",
    "State": "",
    "ZipCode": "XXXXX"
}

3. Set the desired pagination rules

{
  "BusinessName": "Dulaney",
  "Page": 1,
  "ResultsPerPage": 20,
  "Includes": [
    "DatabaseQueryInfo",
    "ExecutionTimeInfo"
  ]
}

4. Submit Your Search.