Developer Documentation

Build with PreQual

Verify buyers programmatically. One API call returns identity, finance capacity, intent score, and compliance status.

REST

API protocol

< 2s

Response time

90 days

Token validity

OpenAPI

3.1 spec

Quick start

Verify a buyer with a single API call. The response includes everything a platform needs to trust that a human buyer is real, funded, and ready to act.

verify-buyer.sh

POST /v1/verify/buyer

Response:

identity_confirmed: true

finance_capacity: "$847,000"

intent_score: 94

firb_compliant: true

verification_timestamp: "2026-03-29T09:41:22Z"

authorisation_token: "prq_live_xK9mN2..."

Endpoints

POST/v1/verify/buyer

Submit a buyer for verification. Returns identity, finance, intent, and compliance status.

GET/v1/buyers/{id}

Retrieve a verified buyer record by ID.

GET/v1/buyers

List all verified buyers. Supports pagination and filtering.

POST/v1/webhooks

Register a webhook endpoint for real-time buyer verification events.

Response fields

FieldTypeDescription
identity_confirmedbooleanWhether the buyer's identity has been verified
finance_capacitystringVerified borrowing capacity (e.g. "$680,000")
intent_scoreintegerBuyer intent score from 0-100
firb_compliantbooleanForeign investment review board compliance status
verification_timestampstringISO 8601 timestamp of verification
authorisation_tokenstringUnique token for this verification, valid 90 days

Ready to integrate?

Early access partners get API priority and co-design input.

Request API access