GET
/
public
/
v1
/
catalog-search-service
/
catalogs
/
vendors
/
{vendor-id}
{
  "id": "<string>",
  "imageURL": "<string>",
  "merchant_center_id": 123,
  "name": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "vendor_role": "admin"
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

vendor-id
string
required

The ID of the vendor to retrieve.

Minimum length: 1

Response

200
application/json

Successful Response

The response is of type object.