ScanopyScanopy
Services

List all services

GET
/api/v1/services
Authorization<token>

User API key (Bearer scp_u_...). Create in Platform > API Keys.

In: header

Query Parameters

host_id?string|null

Filter by host ID

Formatuuid
network_id?string|null

Filter by network ID

Formatuuid

Response Body

application/json

curl -X GET "https://loading/api/v1/services"
{
  "meta": {
    "api_version": 0,
    "server_version": "0.12.10"
  },
  "success": true,
  "data": [
    {
      "bindings": [
        {
          "created_at": "2026-01-06T00:51:30.797277Z",
          "id": "54d25ad8-2005-420e-90c7-21829f70921b",
          "interface_id": "550e8400-e29b-41d4-a716-446655440005",
          "network_id": "550e8400-e29b-41d4-a716-446655440002",
          "port_id": "550e8400-e29b-41d4-a716-446655440006",
          "service_id": "550e8400-e29b-41d4-a716-446655440007",
          "type": "Port",
          "updated_at": "2026-01-06T00:51:30.797277Z"
        }
      ],
      "created_at": "2026-01-15T10:30:00Z",
      "host_id": "550e8400-e29b-41d4-a716-446655440003",
      "id": "550e8400-e29b-41d4-a716-446655440007",
      "name": "nginx",
      "network_id": "550e8400-e29b-41d4-a716-446655440002",
      "position": 0,
      "service_definition": "NUT",
      "source": {
        "type": "Manual"
      },
      "tags": [],
      "updated_at": "2026-01-15T10:30:00Z",
      "virtualization": null
    }
  ],
  "error": "string"
}