Pondral
← Back to Pondral
Developer

API documentation.

A REST + webhook surface for integrating Pondral into your stack. Available on Growth and Agency.

Base URL https://api.pondral.com/v2Auth Bearer tokenRate limit 120 req/min

Quick start

Generate an API key from your workspace settings. All requests use Bearer token auth. Responses are JSON.

Endpoints

  • GET /v2/brands:List brands in your workspace
  • POST /v2/audits:Trigger a new audit run
  • GET /v2/audits/:id:Fetch an audit report
  • GET /v2/scores/timeseries:Historical score data
  • GET /v2/gaps:Active P0/P1/P2 gaps
  • POST /v2/webhooks:Subscribe to score-change events

Webhook events

  • audit.completed:Fires when an audit finishes
  • score.changed:Fires when score moves > 5 points
  • gap.opened:Fires when a new P0 gap is detected
  • gap.closed:Fires when a tracked gap is resolved

Full reference and SDK examples for Node, Python, and Go are coming with the public API in Q3. To request early access, email hello@pondral.com.

Last updated June 2026Run a free audit