User API
Update User
Auction examples
- Running auctions
- Sponsored listings
- Sponsored banners
- Sponsored brands
Asset examples
Webhook examples
Events
Audience API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
Assets API
Audience API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
Toppie API
User API
Update User
Update a user vendor access. This will substitute accesses, so vendor ids not present in the update will be removed.
PUT
/
public
/
v1
/
user-service
/
advertiser-users
curl --request PUT \
--url https://api.topsort.com/public/v1/user-service/advertiser-users \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"vendorIds": [
"<string>"
]
}'
This response has no body data.
curl --request PUT \
--url https://api.topsort.com/public/v1/user-service/advertiser-users \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"vendorIds": [
"<string>"
]
}'
This response has no body data.