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.
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 Was this page helpful?