curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/restriction-types/{restriction-type-id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"interactionType": "impressions",
"frequencyType": "daily",
"level": "campaign"
}Endpoint to get a specific restriction type.
curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/restriction-types/{restriction-type-id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"interactionType": "impressions",
"frequencyType": "daily",
"level": "campaign"
}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.
Restriction type ID.
Successful Response
The type of restriction.
The ID of the restriction.
The interaction type of the restriction.
impressions, clicks, conversions The frequency type of the restriction.
daily, weekly, monthly The level of the restriction.
campaign, bid Cette page vous a-t-elle été utile ?