Metadata API

Reference data for countries and industries. System health endpoints for monitoring and observability.


GET/v1/countries

List Countries

List available countries in the database.

Request

GET
/v1/countries

Response


GET/v1/industries

List Industries

List NACE industry classifications. Use these IDs with the Contacts API to filter contacts by industry.

Request

GET
/v1/industries

Response


GET/health

System Health

Check system health status.

Request

GET
/health

Response


GET/live

Liveness

Returns 200 OK if the service is running. No authentication required.

Request

GET
/live

GET/ready

Readiness

Returns 200 OK if the service is ready to accept traffic. No authentication required.

Request

GET
/ready

GET/metrics

Metrics

Returns Prometheus-formatted metrics for monitoring.

Request

GET
/metrics

Response


Error Responses

Standard HTTP error responses:

400 Bad Request

Response

401 Unauthorized

Response

404 Not Found

Response

429 Rate Limited

Response

Was this page helpful?