Skip to main content

Authentication

All business endpoints require API key auth:
X-API-Key: <your_api_key>
Authentication and usage-plan enforcement are handled by API Gateway.

Public endpoints

  • GET /v1/search/property
  • GET /v1/property/{property_id}/permits
  • GET /v1/property/{property_id}/profile

Notes

  • Source of truth in v1 is permit rows (api.public_permits_v1).
  • CORS is disabled by default for server-to-server usage.