curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/restriction-types \
--header 'Authorization: Bearer <token>'{
"restrictionTypes": [
{
"id": 123,
"interactionType": "impressions",
"frequencyType": "daily",
"level": "campaign"
}
]
}Endpoint to get all restriction types.
curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/restriction-types \
--header 'Authorization: Bearer <token>'{
"restrictionTypes": [
{
"id": 123,
"interactionType": "impressions",
"frequencyType": "daily",
"level": "campaign"
}
]
}A valid API key generated in Topsort's UI.
Successful Response
Show child attributes
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 Was this page helpful?