curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/restriction-types/{restriction-type-id}
{
"frequencyType": "daily",
"id": 123,
"interactionType": "impressions",
"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}
{
"frequencyType": "daily",
"id": 123,
"interactionType": "impressions",
"level": "campaign"
}
Restriction type ID.
Successful Response
The type of restriction.