Skip to main content
GET
/
v1
/
report
/
insight
/
benchmarking
/
publisher-info
/report/insight/benchmarking/publisher-info
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/insight/benchmarking/publisher-info \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "uid": 18620,
    "domain": "example.com",
    "iabCategories": {
      "IAB2": [
        "IAB2-3"
      ]
    }
  },
  "success": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

uid
integer
required

Publisher ID

Response

200 - application/json
results
object
required
success
boolean
required