Properties

Submit a bulk skip-trace job

POST
/v1/properties/enrich-bulk

Queues an ECS task that enriches up to 50000 properties. Returns 202 with a jobId; poll GET /v1/properties/enrich-bulk/{jobId} or subscribe to the enrichment.bulk.* EventBridge / webhook events for completion.

Authorization

x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/properties/enrich-bulk" \  -H "Content-Type: application/json" \  -d '{}'
{
  "estimatedCost": 0,
  "jobId": "string",
  "propertyCount": 0,
  "status": "queued"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "balance": 0,
  "cost": 0,
  "error": "payment_required",
  "message": "string",
  "reason": "out_of_credits"
}
{
  "category": "enrichment",
  "error": "daily_limit_exceeded",
  "limit": 0,
  "message": "string",
  "requested": 0,
  "used": 0
}
{
  "error": "string"
}