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

PPSR search

Run organisation-grantor and serial-number PPSR searches for approved accounts. Hoist Assets is org-only: organisation and serial-number searches are supported; individual-grantor searches are not.

Preview first.The server checks account access, billing capacity, and confirmation before a billable PPSR search runs.
POSThttps://api.assets.hoistai.com/v1/ppsr/preview
POSThttps://api.assets.hoistai.com/v1/ppsr/search
SubjectUse it forRequired field
OrganisationSecurity interests registered against an Australian company or organisation.acn
Serial numberVIN, chassis, aircraft, watercraft, and other serial-numbered assets.serial + type
IndividualNot available in Hoist Assets.Unsupported
Terminal window
curl https://api.assets.hoistai.com/v1/ppsr/preview \
-H "Authorization: Bearer $HOIST_ASSETS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"subject_kind":"organisation","acn":"123456789"}'
Terminal window
curl https://api.assets.hoistai.com/v1/ppsr/search \
-H "Authorization: Bearer $HOIST_ASSETS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"subject_kind":"serial_number","serial":"506066341","type":"motor","purpose":"settlement check"}'

A successful search returns a search reference, source status, registrations when present, billable cost context, and certificate metadata when a source certificate is available.

  • search_id identifies the search for activity and receipt lookups.
  • register is PPSR for this surface.
  • certificate_sha256 is present when the source certificate has been recorded.
  • billable and cost fields show the paid dispatch posture.