Reference DataList IAB Content Taxonomy

List IAB Content Taxonomy

List the IAB content category taxonomy used for campaign category, competitive category exclusion, and targeting. Returned as a flat list; use parent_id and depth to reconstruct the hierarchy.

curl -X GET "https://api.5centscdn.com/v2/ad-manager/iab-taxonomy" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "taxonomy": [
    {
      "id": 3,
      "parent_id": null,
      "name": "Business",
      "depth": 1
    }
  ]
}
GET
/ad-manager/iab-taxonomy
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

resultstring

Operation outcome.

Allowed values:successerror
taxonomyarray