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/opportunitiesList & filter opportunities (region, type, value, saleDate).
GET
/v1/opportunities/{id}Retrieve a single opportunity by id.
Regions
GET
/v1/regionsList covered provinces & states with counts.
Alerts
POST
/v1/alertsCreate a saved-search alert.
DELETE
/v1/alerts/{id}Delete an alert.