Get Vendors
Get vendors.
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.
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Query Parameters
object
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
Responses
Successful Response
object
Whether this is the last page of results or not.
A token to retrieve the next page of results.
Array of vendors.
A vendor is the provider for one or more products within a marketplace catalog.
object
The vendor ID. If there is no ID for vendors in the marketplace, this can be the vendor name as long as it is unique.
The vendor logo. Its size should be between 250x250 and 600x600 pixels. This is recommended in case the Topsort UI will be used to manage campaigns.
The vendor name.
The vendor’s Role. Default is None
Validation Error