Choozle · Example Payload

Get Reports

Example: retrieve daily per-ad-group performance rows. Response body transcribed verbatim from Choozle's published apiDoc success example; the multi-ad-group query form is quoted from the Choozle knowledge base article.

Digital AdvertisingProgrammatic AdvertisingDSPDemand-Side PlatformAdvertising ReportingCampaign ReportingDisplay AdvertisingConnected TVCTVVideo AdvertisingNative AdvertisingDOOHReportingReal-Time BiddingRTBAdTech

Get Reports is an example object payload from Choozle, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionsourcerequestresponseerrors

Example Payload

Raw ↑
{
  "description": "Example: retrieve daily per-ad-group performance rows. Response body transcribed verbatim from Choozle's published apiDoc success example; the multi-ad-group query form is quoted from the Choozle knowledge base article.",
  "source": "https://app.choozle.com/apidoc/api_data.json",
  "request": {
    "method": "GET",
    "url": "https://app.choozle.com/api/reports?account_id=85&date_start=2017-12-11&date_end=2017-12-11&ad_group_id=42506,42507,42508,41194",
    "headers": {
      "token": "REDACTED_EXAMPLE_TOKEN"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "date": "2014-12-02",
        "account_id": "1",
        "account_name": "Acme",
        "campaign_id": "15",
        "campaign_name": "Campaign 1",
        "ad_group_id": "154",
        "ad_group_name": "Ad Group 1",
        "advertiser_cost": 0,
        "impressions_won": 3,
        "win": 0,
        "cpm": 0,
        "cpc": 0,
        "ctr": 0,
        "cpa": 0,
        "clicks": 0,
        "impressions_bid_on": 0,
        "conversions": 0
      }
    ]
  },
  "errors": [
    {
      "status": 401,
      "body": {
        "error": "Unauthorized - No Token Found in request"
      },
      "observed": "live probe, GET https://app.choozle.com/api/reports with no token, 2026-08-13"
    },
    {
      "status": 401,
      "body": {
        "error": "Unauthorized - Request token is expired."
      },
      "source": "apiDoc error example"
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/get-reports"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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