v1

latestOpenAPI 3.1.02026-07-24230114.4 KB

Get All Services

Get all the approved and active services.

get/api/v1/directory/services

Response

200

Example response

{
  "data": [
    {
      "id": "350d433d-6ed4-4482-bcfc-14b7da807f9b",
      "name": "Test Service",
      "description": "test",
      "type": "FETCH_AGENT",
      "price": "0.000001",
      "priceModel": "PAY_PER_USE",
      "minimumTokenAmount": "0.000001",
      "humanIdentityRequirement": {
        "identityLevels": [
          "INDIVIDUAL_LEVEL2"
        ],
        "individual": [
          "nameFirst"
        ]
      },
      "seller": {
        "id": "98755a15-bcbb-4e7c-a4ac-0ae21b9ce5c7",
        "name": "Fetch Agent Seller"
      },
      "createdAt": "2025-07-08T16:30:52.986Z",
      "updatedAt": "2025-07-08T17:55:09.082Z"
    }
  ]
}