Choozle · Schema

AuthorizationRequest

Request body for the Choozle POST /api/auth endpoint. Field definitions transcribed from https://app.choozle.com/apidoc/api_data.json.

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

Properties

Name Type Description
email string The API profile user's email.
timestamp string Current datetime in ISO 8601 format, e.g. 2015-05-04T11:34:02-06:00. Must be within five minutes of the server's current time.
signature string HMAC-SHA256 digest, lowercase hex, of the concatenated email and timestamp, keyed with the API private key. Not uppercase hex and not base64.
View JSON Schema on GitHub

JSON Schema

authorization-request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/choozle/main/json-schema/authorization-request.json",
  "title": "AuthorizationRequest",
  "description": "Request body for the Choozle POST /api/auth endpoint. Field definitions transcribed from https://app.choozle.com/apidoc/api_data.json.",
  "type": "object",
  "required": [
    "email",
    "timestamp",
    "signature"
  ],
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "The API profile user's email."
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Current datetime in ISO 8601 format, e.g. 2015-05-04T11:34:02-06:00. Must be within five minutes of the server's current time."
    },
    "signature": {
      "type": "string",
      "pattern": "^[0-9a-f]{64}$",
      "description": "HMAC-SHA256 digest, lowercase hex, of the concatenated email and timestamp, keyed with the API private key. Not uppercase hex and not base64."
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/authorization-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.