Skip to main content

📊 API Console

What is the API Console?

The Dockflow API Console gives service‑providers a live view on how integrations are behaving:

  • Request volume per endpoint
  • Success vs error rates
  • Top validation errors
  • Daily export of webhook delivery results

Access URL → https://console.dockflow.com


Sign in

  1. Log in with the same Dockflow account that generated the API token.
  2. Choose environment at the top‑right corner:
    • Productionapi.dockflow.com tokens (prod_…)
    • UAT sandboxuat.dockflow.com tokens (uat_…)

Only the endpoints covered by your token’s scope (downstream, upstream, widget) appear in the dashboards.


Dashboards

TabWhat you’ll see
OverviewTotal requests, success rate, average latency.
DownstreamTradeflow & document posts, validation errors, typical payload size.
UpstreamWebhook deliveries, retry count, polling frequency.
WidgetsSearch traffic, longest response times, 4xx vs 5xx split.
Error ExplorerDrill down into individual 4xx/5xx responses with full payload sample (PII redacted).
ExportsDownload daily CSV or JSON lines of webhook results and error logs.

Metric definitions

MetricDefinition
RequestsCount of HTTP calls that reached Dockflow (excludes blocked CORS/SSL).
Success rate(2xx + 3xx) ÷ total in the selected period.
Median / p95 latencyTime from first byte received to first byte sent.
Validation failure400 Bad Request responses caused by schema or business‑rule errors.
Webhook retriesAutomatic redelivery attempts after a non‑2xx response from your endpoint.

Alerts & notifications

  • Email alerts can be set for:
    • error‑rate spike
    • sustained latency above a threshold
    • webhook queue back‑pressure
  • Slack integration – send the same alerts to a channel.
  • All alerts support separate thresholds for Production and UAT.

Configure alerts in Console › Settings › Notifications.


Data retention

  • Granular metrics: 90 days
  • Aggregated (daily) metrics & exported files: 400 days

Contact Dockflow support if longer retention is required.


Need help?

Check the Help menu inside the console or email [email protected].
Engineers typically respond within one business day.