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