Choozle · Example Payload

Get Token

Example: obtain a two-hour API token via HMAC-SHA256 signed POST. Transcribed from Choozle's published apiDoc (https://app.choozle.com/apidoc/api_data.json) and verified against a live probe of POST https://app.choozle.com/api/auth on 2026-08-13.

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

Get Token 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: obtain a two-hour API token via HMAC-SHA256 signed POST. Transcribed from Choozle's published apiDoc (https://app.choozle.com/apidoc/api_data.json) and verified against a live probe of POST https://app.choozle.com/api/auth on 2026-08-13.",
  "source": "https://app.choozle.com/apidoc/api_data.json",
  "request": {
    "method": "POST",
    "url": "https://app.choozle.com/api/auth",
    "headers": {
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": {
      "email": "user+api@example.com",
      "timestamp": "2015-05-04T11:34:02-06:00",
      "signature": "REDACTED_EXAMPLE_SIGNATURE_HEX"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "token": "REDACTED_EXAMPLE_TOKEN"
    }
  },
  "errors": [
    {
      "status": 401,
      "body": {
        "error": "Request incomplete"
      },
      "observed": "live probe, POST https://app.choozle.com/api/auth with empty body, 2026-08-13"
    }
  ]
}

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-token"
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.