API Documentation

The Tax Sales Central REST API gives programmatic access to listings, assessments, and sale results. All responses are JSON.

curl https://api.taxsalescentral.com/v1/opportunities \
  -H "Authorization: Bearer YOUR_API_KEY"

Authentication

Authenticate with a bearer token in the Authorization header. Create and rotate keys from your account settings.

Opportunities

GET/v1/opportunities

List & filter opportunities (region, type, value, saleDate).

GET/v1/opportunities/{id}

Retrieve a single opportunity by id.

Regions

GET/v1/regions

List covered provinces & states with counts.

Alerts

POST/v1/alerts

Create a saved-search alert.

DELETE/v1/alerts/{id}

Delete an alert.