Skip to content
Hoist AI Assets Docs
Read docs Get API access

Search certificates

Completed source checks produce audit-friendly records. PPSR searches can include source certificate metadata; due-diligence receipts summarize what ran, when it ran, which client called it, and the evidence fingerprints available to the account.

Evidence, not advice.Hoist returns source-backed evidence and identifiers. It does not replace a legal review, credit decision, or tax advice.
RecordWhat it provesWhere it appears
PPSR search certificateThe source certificate or certificate fingerprint for a completed PPSR search.Search response and activity record when available.
Due-diligence receiptA user-scoped register-search audit chain across PPSR and ABN checks.GET /v1/receipts/due-diligence
Evidence Pack exportA generated PDF or exportable record for a source-backed evidence pack.GET /v1/exports/{id}

Use the due-diligence receipt endpoint to list recent authenticated source-check records for the user represented by the bearer credential.

GEThttps://api.assets.hoistai.com/v1/receipts/due-diligence
Terminal window
curl https://api.assets.hoistai.com/v1/receipts/due-diligence?limit=20 \
-H "Authorization: Bearer $HOIST_ASSETS_API_KEY"
  • search_id is the search reference used to correlate activity.
  • certificate_sha256 is a fingerprint for a recorded source certificate.
  • evidence_pack_id is the account-scoped evidence pack reference when present.
  • completed_at is the timestamp for the completed source check.