HomePlatformSolutionsArcIn AIResourcesCustomers
Login Request Demo Free Trial →

REST APIs

The REST API exposes everything the console shows — hosts, services, metrics, alerts, incidents, and configuration — as versioned JSON endpoints under <code>/api/v1</code>.

🕐 5 min readv7.xUpdated Jun 2026

Core endpoints#

EndpointReturns
GET /api/v1/hostsMonitored hosts and health
GET /api/v1/servicesServices and dependencies
GET /api/v1/metrics/queryTime-series metric data
GET /api/v1/alertsAlert conditions and state
POST /api/v1/incidentsOpen an incident

Querying metrics#

curl -H "Authorization: Bearer $ARC_TOKEN" \
  "https://applicare.yourco.com/api/v1/metrics/query?\
metric=service.latency.p95&service=checkout-api&from=-1h&step=60s"

Pagination & filtering#

List endpoints support ?limit, ?cursor, and tag filters like ?tag=env:prod. Responses include a next cursor when more data is available. Explore everything interactively with the Postman collection.

Was this page helpful?
Can't find what you need?
Ask ArcIn or reach our support engineers.
Contact Support →