curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"imageURL": "<string>",
"vendor_role": "admin",
"updated_at": "2023-11-07T05:31:56Z",
"merchant_center_id": 123,
"globalId": "<string>"
}Get vendor by ID.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors/{vendor-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"imageURL": "<string>",
"vendor_role": "admin",
"updated_at": "2023-11-07T05:31:56Z",
"merchant_center_id": 123,
"globalId": "<string>"
}A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The ID of the vendor to retrieve.
1Was this page helpful?