curl --request GET \
--url https://api.tagdeliver.com/v1/organisation/{id}/pricing \
--header 'Authorization: Bearer <token>'{
"results": {
"default": {
"tech": [
{
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"band_from": 123,
"band_to": 123
}
],
"demand": [
{
"unit": "<string>",
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"misc_rule": 123
}
],
"fixed": [
"<string>"
]
},
"period": [
{
"id": 123,
"organisation": 123,
"effective_from": "<string>",
"effective_to": "<string>",
"referrer": 123,
"sales_agent": 123,
"channel_partner": 123,
"demand": [
{
"unit": "<string>",
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"misc_rule": 123
}
],
"tech": [
{
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"band_from": 123,
"band_to": 123
}
],
"fixed": [
{
"type": "<string>",
"fee": 123,
"description": "<string>"
}
]
}
],
"hasParent": true
},
"success": true
}Returns a list of pricing rules; data based periods of pricing settings made up of tech/saas fees, demand revenue shares and fixed fees
curl --request GET \
--url https://api.tagdeliver.com/v1/organisation/{id}/pricing \
--header 'Authorization: Bearer <token>'{
"results": {
"default": {
"tech": [
{
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"band_from": 123,
"band_to": 123
}
],
"demand": [
{
"unit": "<string>",
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"misc_rule": 123
}
],
"fixed": [
"<string>"
]
},
"period": [
{
"id": 123,
"organisation": 123,
"effective_from": "<string>",
"effective_to": "<string>",
"referrer": 123,
"sales_agent": 123,
"channel_partner": 123,
"demand": [
{
"unit": "<string>",
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"misc_rule": 123
}
],
"tech": [
{
"publisher_rule": 123,
"referrer_rule": 123,
"sales_agent_rule": 123,
"channel_partner_rule": 123,
"band_from": 123,
"band_to": 123
}
],
"fixed": [
{
"type": "<string>",
"fee": 123,
"description": "<string>"
}
]
}
],
"hasParent": true
},
"success": true
}Was this page helpful?