Skip to main content
GET
/
v1
/
organisation
/
{id}
/
pricing
/organisation/:id/pricing
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Organisation ID

Response

200 - application/json
results
object
required
success
boolean
required