FreeWheel Media Providers API

The Providers API from FreeWheel Media — 1 operation(s) for providers.

Operations 1

GET /v1/providers List Data Providers by Industry Category #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/freewheel-media-providers-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

freewheel-media-providers-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: audience-management-api Providers API
  version: '1.0'
servers:
- url: https://api.freewheel.tv/demand
security:
- sec0: []
tags:
- name: Providers
paths:
  /v1/providers:
    get:
      summary: List Data Providers by Industry Category
      description: ''
      operationId: retrieve-data-providers-1
      parameters:
      - name: X-Freewheel-Ad-Industry
        in: header
        description: Industry category ID
        schema:
          type: string
      - name: Authorization
        in: header
        schema:
          type: string
          default: Bearer $auth_token
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Sample Response:
                  value: "//The \"restrictions\" field indicates an industry category ID\n//that the data provider may have restricted from using its data.\n{\n  \"page\": 1,\n  \"per_page\": 5,\n  \"total_page\": 1,\n  \"total_count\": 5,\n  \"items\": [\n    {\n      \"id\": \"Experian\",\n      \"label\": \"Experian\",\n      \"restrictions\": [\n        2\n      ],\n      \"visibility\": []\n    },\n    {\n      \"id\": \"Factual\",\n      \"label\": \"Factual\",\n      \"restrictions\": [\n        2\n      ],\n      \"visibility\": []\n    },\n    {\n      \"id\": \"FreeWheel: Comcast \\u0026 Vizio\",\n      \"label\": \"FreeWheel: Comcast \\u0026 Vizio\",\n      \"restrictions\": [\n        2,\n        3,\n        4\n      ],\n      \"visibility\": []\n    },\n    {\n      \"id\": \"Numerator\",\n      \"label\": \"Numerator\",\n      \"restrictions\": [\n        2\n      ],\n      \"visibility\": []\n    },\n    {\n      \"id\": \"Polk Audience Solutions by IHS Markit\",\n      \"label\": \"Polk Audience Solutions by IHS Markit\",\n      \"restrictions\": [\n        2\n      ],\n      \"visibility\": []\n    }\n  ]\n}"
              schema:
                type: object
                properties:
                  page:
                    type: integer
                    example: 1
                    default: 0
                  per_page:
                    type: integer
                    example: 5
                    default: 0
                  total_page:
                    type: integer
                    example: 1
                    default: 0
                  total_count:
                    type: integer
                    example: 5
                    default: 0
                  items:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: Experian
                        label:
                          type: string
                          example: Experian
                        restrictions:
                          type: array
                          items:
                            type: integer
                            example: 2
                            default: 0
                        visibility:
                          type: array
                          items:
                            type: object
                            properties: {}
      deprecated: false
      security: []
      x-readme:
        code-samples:
        - language: curl
          code: "curl \\\n --url 'https://api.freewheel.tv/demand/v1/providers' \\\n -H \"X-Freewheel-Ad-Industry: 1\" \\\n -H \"Authorization: Bearer $auth_token\""
          name: Sample Request
        samples-languages:
        - curl
      tags:
      - Providers
components:
  securitySchemes:
    sec0:
      type: http
      scheme: basic
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
x-readme-fauxas: true