Get a list of AdvertisersAsk AIget https://apps.hivestack.com/api/v2/advertisersReturns the list of up to 100 advertisers.Query Params$topintegerDefaults to 100The number of items to return (max 100)$skipintegerDefaults to 0The number of items to skip before starting to collect the result set.$filterstringParameter that allows us to filter a collection of resources that are addressed by a request URL. If the resource to be filtered is a string, wrap it in '%' to return results that contain that resource as a sub-string. Example uses of this attribute in the following URL. https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#97-filteringResponses 200OK - List of advertiser objects 401API key is missing or invalid. Please contact [email protected].Updated 5 months ago