API Endpoints
Advertiser
/external/v1/advertisers/{advertiserId}/exclusive-brands
GET
Path Parameters
advertiserId
*
Query Parameters
publisherIds
*
Responses
200
OK
400
Bad Request
messages
401
Unauthorized
403
Forbidden
404
Not Found
messages
Retrieves the brands of the advertiser which exclusively belong to products of the publishers specified by id. In other words, none of the returned brands has products belonging to all the other publishers associated to the advertiser. The publisherIds passed in the query string must be associated to the advertiser, otherwise BAD REQUEST response code is returned. The result can be used in order to identify the brands which need to be removed from the advertiser whenever one or multiple publishers are disassociated from the advertiser.