curl --request GET \
--url https://api.devhelm.io/api/v1/services \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"category": "<string>",
"officialStatusUrl": "<string>",
"developerContext": "<string>",
"logoUrl": "<string>",
"adapterType": "<string>",
"pollingIntervalSeconds": 123,
"enabled": true,
"overallStatus": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"componentCount": 123,
"activeIncidentCount": 123,
"dataCompleteness": "<string>",
"uptime30d": 123
}
],
"nextCursor": "<string>",
"hasMore": true
}curl --request GET \
--url https://api.devhelm.io/api/v1/services \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"category": "<string>",
"officialStatusUrl": "<string>",
"developerContext": "<string>",
"logoUrl": "<string>",
"adapterType": "<string>",
"pollingIntervalSeconds": 123,
"enabled": true,
"overallStatus": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"componentCount": 123,
"activeIncidentCount": 123,
"dataCompleteness": "<string>",
"uptime30d": 123
}
],
"nextCursor": "<string>",
"hasMore": true
}API key (dh_live_...) or Auth0 JWT token
Filter by category (exact match)
Filter by current overall_status (exact match)
Opaque cursor from a previous response
Page size (1–100, default 20)