Choozle · Example Payload

List Accounts

Example: list the accounts, campaigns and ad groups the API user can reach. Response body transcribed verbatim from Choozle's published apiDoc success example.

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

List Accounts 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: list the accounts, campaigns and ad groups the API user can reach. Response body transcribed verbatim from Choozle's published apiDoc success example.",
  "source": "https://app.choozle.com/apidoc/api_data.json",
  "request": {
    "method": "GET",
    "url": "https://app.choozle.com/api/accounts",
    "headers": {
      "token": "REDACTED_EXAMPLE_TOKEN"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "accounts": [
        {
          "id": "1",
          "name": "Acme",
          "account_state": "A",
          "campaigns": [
            {
              "id": "15",
              "name": "June2014",
              "start_date": "2014-06-20",
              "end_date": "2014-07-31",
              "archived": "N",
              "ad_groups": [
                {
                  "id": "154",
                  "name": "Ad Category",
                  "status": "E"
                }
              ]
            }
          ]
        }
      ]
    }
  },
  "errors": [
    {
      "status": 401,
      "body": {
        "error": "Unauthorized - No Token Found in request"
      },
      "observed": "live probe, GET https://app.choozle.com/api/accounts with no token, 2026-08-13"
    },
    {
      "status": 401,
      "body": {
        "error": "Unauthorized - 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/list-accounts"
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.