FreeWheel Media Creative Approval Queue History API

The Creative Approval Queue History API from FreeWheel Media — 1 operation(s) for creative approval queue history.

Operations 1

GET /creative_approval_queue_history creative_approval_queue_history #

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-creative-approval-queue-history-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-creative-approval-queue-history-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: buzz Creative Approval Queue History API
  version: '0.5'
servers:
- url: https://buzz-key.api.beeswax.com/rest/
security:
- {}
tags:
- name: Creative Approval Queue History
paths:
  /creative_approval_queue_history:
    get:
      summary: creative_approval_queue_history
      description: ''
      operationId: creativeapprovalqueuehistory
      parameters:
      - name: creative_approval_queue_history_id
        in: query
        description: Unique id of the creative_approval_queue_history entry
        schema:
          type: integer
          format: int32
      - name: creative_approval_id
        in: query
        description: Unique id of the creative_approval_queue entry
        schema:
          type: integer
          format: int32
      - name: creative_id
        in: query
        description: ID of the creative
        schema:
          type: integer
          format: int32
      - name: vendor_id
        in: query
        description: ID of the `vendor` such as Google
        schema:
          type: integer
          format: int32
      - name: action
        in: query
        description: The latest action that is required to be performed on this queue entry. Valid actions are `CREATE`, `PAUSE`, `RESUME`, and `DELETE`. Not all actions are relevant to all vendors.
        schema:
          type: string
      - name: request_date
        in: query
        description: Date the latest approval was submitted
        schema:
          type: string
          format: date
      - name: request_status
        in: query
        description: Status of the latest approval request. Note, this is not the same as the status of the Creative with this vendor.
        schema:
          type: integer
          format: int32
      - name: approved
        in: query
        description: Whether this `creative_id` to `vendor_id` combination is currently in an approved state.
        schema:
          type: boolean
      - name: update_date
        in: query
        description: Date the queue entry was created or updated
        schema:
          type: string
          format: date
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: "{\n    \"success\": true,\n    \"payload\": [\n        {\n            \"creative_approval_history_id\": 1,\n            \"creative_approval_id\": 1,\n            \"creative_id\": 1,\n            \"vendor_id\": 3,\n            \"account_id\": 1,\n            \"alternative_id\": null,\n            \"action\": \"CREATE\",\n            \"request_date\": \"2016-02-03 17:42:20\",\n            \"request_status\": 0,\n            \"approval_status_message\": {\n              \"message\":\"Creative submitted to Google\",\n              \"issues\":[\n                {\n                  \"code\":\"unique code for an issue\",\n                \t\"description\":\"Wow, this creative is really bad\"}\n                ]\n            }\n            \"update_date\": \"2016-02-03 17:42:20\",\n            \"approved\": 0,\n            \"buzz_key\": \"stingersbx\"\n        }\n    ]\n}"
      deprecated: false
      x-readme:
        code-samples:
        - language: curl
          code: curl -X GET "[host]/rest/creative_approval_queue_history" -b cookies.txt -d '{"creative_id":1}'
        samples-languages:
        - curl
      tags:
      - Creative Approval Queue History
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
x-readme-fauxas: true