v1

latestOpenAPI 3.1.02026-07-24230114.4 KB

Get Agent's Services - All

Get all of the seller agent's services.

get/api/v1/agents/seller-services

Response

200

Example response

{
  "data": [
    {
      "id": "c8ed8e2c-c32c-4f6d-8b64-144a7b11e8ff",
      "name": "Enterprise Analytics Platform",
      "description": "Full-featured enterprise analytics platform with advanced AI-powered insights, custom dashboards, and white-label options.",
      "tags": [
        "analytics"
      ],
      "type": "API",
      "price": "0.2",
      "priceModel": "PAY_PER_USE",
      "minimumTokenAmount": "0.21",
      "termsOfService": {
        "url": "https://premium-analytics.com/enterprise-terms",
        "required": true
      },
      "seller": {
        "id": "a8e49eea-ac7b-41f2-aa74-84fb86ad40bc",
        "name": "Seller 1"
      },
      "openApiSpecUrl": "https://api.premium-analytics.com/v2/openapi.json",
      "createdAt": "2025-07-18T02:51:54.265Z",
      "updatedAt": "2025-07-18T02:54:19.767Z"
    }
  ]
}