Hoist AI Docs
Back to docs Get API Access
Register search

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 before paid dispatch. The server checks account access, billing capacity, and confirmation before a billable PPSR search runs.

Endpoints

POSThttps://api.assets.hoistai.com/v1/ppsr/preview
POSThttps://api.assets.hoistai.com/v1/ppsr/search

Supported subjects

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_number
IndividualNot available in Hoist Assets.Unsupported

Request pattern

Use /ppsr/preview to show the user the search subject and cost posture. Use /ppsr/search only after the human or workflow has confirmed a paid dispatch.

curl - PPSR organisation preview
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"}'
curl - PPSR serial search
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","serial_number":"506066341","purpose":"settlement check"}'

Response shape

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

API, CLI, and MCP