Skip to main content
GET
/
public
/
v1
/
campaign-service
/
restriction-types
/
{restriction-type-id}
Get 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"
}

Authorizations

Authorization
string
header
required

Path Parameters

restriction-type-id
integer
required

Response

id
integer
required
interactionType
enum<string>
required
Available options:
impressions,
clicks,
conversions
frequencyType
enum<string>
required
Available options:
daily,
weekly,
monthly
level
enum<string>
required
Available options:
campaign,
bid