v1

latestOpenAPI 3.1.02026-07-24230114.4 KB

Get Agent's Service

Get a particular service belonging to the seller agent.

get/api/v1/agents/seller-services/{sellerServiceId}

Path parameters

sellerServiceIdstring required

ID of the seller service.

Response

200

idstring
namestring
descriptionstring
tagsstring[]
typestring
pricestring
priceModelstring
minimumTokenAmountstring
openApiSpecUrlstring
createdAtstring
updatedAtstring
activeboolean
approvedboolean

Example response

{
  "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"
}