FreeWheel Media Deal Sync API

The Deal Sync API API from FreeWheel Media — 2 operation(s) for deal sync api.

Operations 3

GET /deals Retrieve Deals #
GET /deals/{id} Retrieve Single Deal #
PATCH /deals/{id} Update Buyer Status for Deals #

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-deal-sync-api-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-deal-sync-api-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Deal Sync API
  contact: {}
  version: '1.0'
servers:
- url: https://api.freewheel.tv/demand/v1
tags:
- name: Deal Sync API
paths:
  /deals:
    get:
      security:
      - Bearer: []
      description: This method uses GET to retrieve active, inactive and pause deals.
      tags:
      - Deal Sync API
      summary: Retrieve Deals
      operationId: RetrieveDeals
      parameters:
      - description: seat id
        name: seatid
        in: query
        schema:
          type: string
      - description: seller status
        name: sellerstatus
        in: query
        schema:
          type: string
      - description: start date
        name: startdate
        in: query
        schema:
          type: string
      - description: end date
        name: enddate
        in: query
        schema:
          type: string
      - description: updated at
        name: updatedat
        in: query
        schema:
          type: string
      - description: pre ingest permissions
        name: preingestpermissions
        in: query
        schema:
          type: integer
      - description: offset
        name: offset
        in: query
        schema:
          type: integer
      - description: count
        name: count
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/model.DemandDealList'
  /deals/{id}:
    get:
      security:
      - Bearer: []
      description: This method uses GET to retrieve a single Deal.
      tags:
      - Deal Sync API
      summary: Retrieve Single Deal
      operationId: RetrieveSingleDeal
      parameters:
      - description: deal id
        name: id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/model.DemandDeal'
    patch:
      security:
      - Bearer: []
      description: This method uses PATCH to send deal status updates to sellers.
      tags:
      - Deal Sync API
      summary: Update Buyer Status for Deals
      operationId: UpdateBuyerStatusForDeals
      parameters:
      - description: deal id
        name: id
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/model.PatchDeal'
        description: status
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/model.DemandDeal'
components:
  schemas:
    model.DemandDeal:
      type: object
      properties:
        approvaltype:
          type: integer
        at:
          type: integer
        budget:
          $ref: '#/components/schemas/model.DemandBudget'
        buyerstatus:
          $ref: '#/components/schemas/model.BuyerStatus'
        clearancelevel:
          type: integer
        createdat:
          type: string
        curator:
          type: string
        dealid:
          type: string
        enddate:
          type: string
        flr:
          type: number
        flrcur:
          type: string
        guaranteed:
          type: integer
        name:
          type: string
        origin:
          type: string
        pacing:
          $ref: '#/components/schemas/model.DemandPacing'
        preingestpermissions:
          type: integer
        pubcount:
          type: integer
        seats:
          type: array
          items:
            $ref: '#/components/schemas/model.DemandSeat'
        sellerid:
          type: array
          items:
            type: string
        sellerstatus:
          type: string
        startdate:
          type: string
        updatedat:
          type: string
        volume:
          type: integer
    model.DemandPacing:
      type: object
      properties:
        custompacings:
          type: array
          items:
            $ref: '#/components/schemas/model.DemandCustomPacing'
        type:
          description: 'A field within the **pacing** object, it provides the type of the pacing on the deal. Valid values:

            * SMOOTH_AS

            * FAST_AS

            * CUSTOM'
          type: string
    model.DemandDealList:
      type: object
      properties:
        count:
          type: integer
        items:
          type: array
          items:
            $ref: '#/components/schemas/model.DemandDeal'
        offset:
          type: integer
        total:
          type: integer
    model.DemandSeat:
      type: object
      properties:
        seatid:
          type: string
    model.BuyerStatus:
      type: object
      properties:
        comment:
          description: A field within the **buyerstatus** object, it allows a seller to input their reasons for changing the buyer status. This can only be modified by a buyer.
          type: string
        status:
          description: 'A field within the **buyerstatus** object, it provides the status of the deal on the buy side. This can only be modified by a buyer. Valid values:

            * INACTIVE

            * ACTIVE

            * PAUSE

            * COMPLETE'
          type: string
    model.DemandCurrency:
      type: object
      properties:
        code:
          type: string
        value:
          type: number
    model.DemandBudget:
      type: object
      properties:
        currency:
          $ref: '#/components/schemas/model.DemandCurrency'
        impression:
          type: integer
        type:
          description: 'A field within the **budget** object, it provides the type of the budget on the deal. Valid values:

            * IMPRESSION

            * CURRENCY'
          type: string
    model.PatchDeal:
      type: object
      properties:
        buyerstatus:
          $ref: '#/components/schemas/model.BuyerStatus'
    model.DemandCustomPacing:
      type: object
      properties:
        deliverpercentage:
          type: number
        deliverydate:
          type: string
  securitySchemes:
    bearer:
      type: apiKey
      name: Authorization
      in: header
x-readme:
  explorer-enabled: true
  proxy-enabled: true