How it works
- Run a search to find the business and get its jurisdiction and registration number
- Submit a report request with those details
- The API fetches a comprehensive report from the registry
- The report is stored and can be downloaded as a PDF
Reports typically take 1-4 minutes to fetch. The registry lookup is the bottleneck.
Request
Parameters
Jurisdictions
Accepts codes or full names:AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT, FED
Response
The response includes the report data with people, addresses, and business details.Report fields
Downloading the PDF
After a report is complete, you can download it as a PDF:302 redirect to a signed URL for the PDF document. Use -L (follow redirects) with cURL.