API
Get Vendor
GET
/v1/catalog-search-service/catalogs/vendors/{vendor-id}
Get vendor by ID.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
Authorization
required
string
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Path Parameters
object
vendor-id
required
The ID of the vendor to retrieve.
string
The ID of the vendor to retrieve.
Responses
Successful Response
application/json
object
id
required
string
imageURL
required
string
name
required
string
updated_at
string format: date-time
vendor_role
required
string
Validation Error
application/json
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string