---
title: "Vendor Listing"
method: GET
path: "/searchservice/vendorlist"
tags: ["Endpoints"]
---

# Vendor Listing

`GET /searchservice/vendorlist`

This resource retrieves vendor details based on the passed criterias.

## Response `200`

OK

- SearchServiceVendorlistResponseJSON
  - `status` boolean — Indicates whether the request was successful.
  - `statusCode` string — Status code of the response.
  - `requestId` string — Unique ID for tracking the request.
  - `timeStamp` string — The timestamp of the response.
  - `responseData` object
    - `vendorList` object[] — List of vendor details.
      - `vendorId` integer
      - `instanceId` integer
      - `vendor` string
      - `locale` string
      - `instanceType` string
      - `status` string
      - `type` string
      - `isBGVendor` boolean
      - `maxDocumentCount` integer
      - `registeredDocumentCount` integer
      - `createdOn` string
      - `updatedOn` string

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/versions/fc66b9877391/schema)
