The Wayback Machine - https://web.archive.org/web/20160617165424/https://dev.twitter.com/ads/reference/get/iab_categories

GET iab_categories

Request the valid app categories for ad groups (line_items).

Resource URL

https://ads-api.twitter.com/0/iab_categories

Resource Information

Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes

Parameters

count optional

Specifies the number of categories to try and retrieve.

cursor optional

Specifies a cursor to get the next page of categories. See Pagination for more information.

Example Values: gc-ddf4a

OAuth Signature Generator

Sign in to see a list of your registered applications.

Example Request

GET

https://ads-api.twitter.com/0/iab_categories?count=3

Example Result

 {
  "request": {
    "params": {
      "count": 3
    }
  },
  "data": [
    {
      "id": "IAB1",
      "parent_id": null,
      "name": "Arts & Entertainment"
    },
    {
      "id": "IAB1-1",
      "parent_id": "IAB1",
      "name": "Books & Literature"
    },
    {
      "id": "IAB1-2",
      "parent_id": "IAB1",
      "name": "Celebrity Fan/Gossip"
    }
  ],
  "data_type": "iab_category",
  "total_count": 392,
  "next_cursor": "uxog"
}