Retrieves Vendor with VendorSku[] filtered by service id

Details

Get Vendor Service API allows you to gather additional information on the Service that you created on the Create Service for a Vendor.

Requirements

Get Vendor Service API Call requires a serviceId.

The Service ID represents the ID for the Service and can be found in the Get Vendor API Call

Sample Response

The sample response will show you details regarding the service, including the Name, Description, Category, Subcategory, and ID used in other API Calls.

{
  "status": 200,
  "data": {
    "_id": "64...69",
    "name": "API",
    "description": "API is a custom made vendor",
    "skus": [
      {
        "name": "Test Service",
        "description": "Test Service Description",
        "category": "security",
        "subcategory": "endpoint detection and response (EDR)",
        "_id": "64...6c",
        "id": "64...6c"
      }
    ],
    "id": "64...69"
  },
  "message": "Success - Retrieved Service"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!